What is the best lisp/scheme for unix scripting? -


the title pretty says all. use clojure major projects it's not scripting language because jvm has slow startup , doesn't interface unixy things. i'm looking lisp work scripting language, example having interface managing unix processes, use things async io, etc.

scsh (it stands "scheme shell") can gotten @ http://www.scsh.net. it's "a variant of scheme 48 (an r5rs compliant new-tech scheme system) ... designed writing real-life standalone unix programs , shell scripts."

a nice introduction system administration in can found @ http://www.theillien.com/sys_admin_v12/html/v11/i01/a2.htm.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -