- launch terminal, and type
bash -i . ./shellsclisp.sh(.known assource)- interactive lisp shell!!!
$ (+ 1 $(\* 2 3)) # 1 + (2 * 3) => 6
$ (+ 1 2 3 4 5 6 7 8 9 10) # => 55
$ (/ 10 0) # expr: division by zeroShellSclisp -- Lisp like functions in Bash
2012 USAMI Kenta <tadsan@zonu.me>This snippet in licensed under GPL Version 3 and NYSL Version 0.9982 ( in English unofficial ) .