|
|
|
|
|
by rml
4088 days ago
|
|
IMHO the nicest Scheme for UNIX scripting is scsh. Its APIs are really well thought out and represent a lot of design work that hasn't ever been replicated by another Scheme (at least that I've seen). Some good examples of scsh scripting (some by the author, Olin Shivers) can be found at http://scsh.net/resources/scripts.html The manual is also very good: http://scsh.net/docu/html/man.html |
|
Last time I checked a package for scsh for Fedora was somehow broken and/or conflicting with Chicken and I went with the latter. In general I like the idea and APIs of scsh, I'm just afraid that there will be no one to ask for help if I hit some problems. With Chicken or Racket the communities are active and it's easy to find support. How does this look in case of scsh?