Common Lisp as a Scripting Language, 2015 Edition
fare.livejournal.com
Common Lisp as a Scripting Language, 2015 Edition
1–10 of 42 posts
Re: Common Lisp as a Scripting Language, 2015 Edition
#2BTW, Clojure is "out" for command line tools because of the JVM startup time but I have thought about Clojurescript + node.
Re: Common Lisp as a Scripting Language, 2015 Edition
#3I used Common Lisp from the mid 1980s until about 5 years ago when my customers wanted Clojure, if they wanted Lisp development done. I have never seriously used CL as a scripting language but for a while I was using Gambit-C Scheme for small compiled apps and command line tools. Gambit-C is very good for this purpose. BTW, Clojure is "out" for command line tools because of the JVM startup time but I have thought abo…
Re: Common Lisp as a Scripting Language, 2015 Edition
#4Re: Common Lisp as a Scripting Language, 2015 Edition
#5I used Common Lisp from the mid 1980s until about 5 years ago when my customers wanted Clojure, if they wanted Lisp development done. I have never seriously used CL as a scripting language but for a while I was using Gambit-C Scheme for small compiled apps and command line tools. Gambit-C is very good for this purpose. BTW, Clojure is "out" for command line tools because of the JVM startup time but I have thought abo…
Re: Common Lisp as a Scripting Language, 2015 Edition
#6I used Common Lisp from the mid 1980s until about 5 years ago when my customers wanted Clojure, if they wanted Lisp development done. I have never seriously used CL as a scripting language but for a while I was using Gambit-C Scheme for small compiled apps and command line tools. Gambit-C is very good for this purpose. BTW, Clojure is "out" for command line tools because of the JVM startup time but I have thought abo…
Re: Common Lisp as a Scripting Language, 2015 Edition
#7Re: Common Lisp as a Scripting Language, 2015 Edition
#8I used Common Lisp from the mid 1980s until about 5 years ago when my customers wanted Clojure, if they wanted Lisp development done. I have never seriously used CL as a scripting language but for a while I was using Gambit-C Scheme for small compiled apps and command line tools. Gambit-C is very good for this purpose. BTW, Clojure is "out" for command line tools because of the JVM startup time but I have thought abo…
There is also scsh (scheme shell - http://scsh.net/ ) although not being maintained anymore.
Re: Common Lisp as a Scripting Language, 2015 Edition
#9I have my own scheme-esque language that I use for scripts. 16 of its 48 primitive procedures ~correspond to unix system calls (open, close, read, write, seek, select, stat, link, unlink, mkdir, lsdir, chdir, fork+exec, wait, sleep, exit). It was very instructive to work on, and using something I know inside out is a welcome relief from the uncertainty I feel when intuiting (ba)sh.
Re: Common Lisp as a Scripting Language, 2015 Edition
#10I used Common Lisp from the mid 1980s until about 5 years ago when my customers wanted Clojure, if they wanted Lisp development done. I have never seriously used CL as a scripting language but for a while I was using Gambit-C Scheme for small compiled apps and command line tools. Gambit-C is very good for this purpose. BTW, Clojure is "out" for command line tools because of the JVM startup time but I have thought abo…