|
|
|
|
|
by sigil
4596 days ago
|
|
> I'd love to see a clean slate replacement for the shell that still feels Unix-like and retains most of its existing benefits. Have you looked at scsh, the Scheme Configurable Shell? It's a nice clean language with a REPL (well, it's just scheme) that has syntax for all the usual things you'd want in a unix shell -- pipelines, redirections, environment, signals, etc. http://www.scsh.net/docu/html/man-Z-H-1.html |
|