TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Scripting in Common Lisp

130 pointsby mr_tyzicover 6 years ago

8 comments

hobgoblin1234over 6 years ago
It&#x27;s not common lisp, but most of my Emacs use has been as a shell scripting alternative.<p>Workflow being based around interactive improvement of a script from a simple interactive-macro through to things that are effectively done as shell scripts.<p>The end result is something that can be run as a shell script, although translating to another language i.e. CL, Ruby, Go, etc. is the usual path for me to make better use &#x2F; performance.<p>The old joke about Emacs being an operating system that needs a good editor is on need of a reboot.<p>Emacs is an interactive computing and development environment with half a dozen good text editors.<p>Factual isn&#x27;t as funny though.
评论 #19042667 未加载
aasasdover 6 years ago
I&#x27;m somewhat baffled that Hy didn&#x27;t gain any traction.<p>Let&#x27;s review the facts:<p>- A lot of people love Python.<p>- Plenty of people love Lisps, afaict with a sizeable overlap with the first group.<p>- Hy, which is a Lisp on the Python platform, has no popularity whatsoever compared to other Lisps like Clojure.<p>The heck?
评论 #19041380 未加载
评论 #19042291 未加载
评论 #19043926 未加载
评论 #19041071 未加载
评论 #19043059 未加载
评论 #19042662 未加载
评论 #19043726 未加载
评论 #19043660 未加载
评论 #19043425 未加载
评论 #19041029 未加载
jolmgover 6 years ago
This is the first time I&#x27;ve seen content provided in Esperanto like this. Pretty cool.<p>Even cooler is that the Esperanto version seems to be the original, and then I suppose it was translated to English a year later.<p>Huh, now I see the whole blog defaults to Esperanto.<p>I wonder how much of the net takes that stand of Esperanto-first.
kimiover 6 years ago
I use scripting extensively in Clojure, both on the JVM and on Planck (JS). You have the choice of slower startup times but a ton of libraries to do anything you want, versus short start-up times but less libraries, using the same language. I use <a href="https:&#x2F;&#x2F;github.com&#x2F;l3nz&#x2F;cli-matic" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;l3nz&#x2F;cli-matic</a> as a wrapper and it works on both.
评论 #19043992 未加载
codemacover 6 years ago
This is a great guide, and solving quick real problems is how people get started programming in general.<p>I think seeing scsh for the first time made me realize just how good &amp; bad shells are.
评论 #19039066 未加载
kakwover 6 years ago
I recommend roswell <a href="https:&#x2F;&#x2F;github.com&#x2F;roswell&#x2F;roswell" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;roswell&#x2F;roswell</a> .
agumonkeyover 6 years ago
Pretty nice considering the speed and capabilities of [SB]CL relative to other mainstream scripting languages.
评论 #19052709 未加载
评论 #19039508 未加载
jstewartmobileover 6 years ago
Where is your piping example?
评论 #19038512 未加载
评论 #19043559 未加载