CLASH (CLisp As a SHell) is a
document describing the steps to turn CLisp into a basic shell on GNU/Linux.
This repository is based upon this document to provide a modern and handy
LISPy shell experience.
The #{<command> <args>* } form can be used to evaluate shell commands directly in the REPL.
#{ls --color=always \. }