A wild lisp for wild hackers
Worked through www.buildyourownlisp.com to learn about how programming languages work and are born while learning C and LISP at the same time
- Clone the repo
- Run
make rok
in the root of the repo. 2a. Feel free to add therok
binary to your PATH or create a symlink to run it without the dot. - Run
rok
to open the REPL - Run
rok <filename>
to run a.rok
script
- Create a file called
mu.rok
- Write in it:
(print "Hello World!")
- Run
rok mu.rok
- Be amazed as your message is printed!
- Or do all that within the REPL (
rok
). My way is cooler though.