alevenberg / crackle-pop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CracklePop in Lisp

1. Install the compiler (sbcl)

Mac

brew install sbcl

Linux

sudo apt-get install sbcl

2. Run the program

Run

sbcl --script main.lisp 

Load and run

Load

sbcl --load crackle-pop.lisp

Run commands

Run the function with any value and then quit the shell

* (crackle-pop 5)
* (sb-ext:quit)

References

About


Languages

Language:Common Lisp 100.0%