A repo for comparing various flavors of LISP.
======
- Install:
brew install clisp
- Compile:
null
- Run:
clisp $file
- REPL:
clisp
- Install:
brew install mit-scheme
- Compile:
null
- Run:
scheme <hello.scm
- REPL:
scheme
- Install:
brew install abcl
- Compile:
$ abcl ; CL-USER(1): :cl [file]
- Run:
$ abcl ; CL-USER(1) :l [file]
- REPL:
abcl
- Install:
brew install clozure-cl
- Compile:
null
- Run:
hy [blah]
- REPL:
hy stuff
- Install:
brew install sbcl
- Compile:
null
- Run:
sbcl --script $file
- REPL:
sbcl
- Install:
brew install
- Compile:
null
- Run:
[blah]
- REPL:
stuff
- Install:
brew install minimal-racket
- Compile:
[]
- Run:
racket $file
- REPL:
racket
- Install:
pip install git+https://github.com/hylang/hy.git```
- Compile:
python $file.pyc```
- Run:
hy [blah]
- REPL:
hy