h3rald / ickle

A MAL implementation slowly evolving towards a R7RS-compliant scheme.
MIT License
0 stars 0 forks source link

How to use it? #1

Open zaoqi-unsafe opened 7 years ago

h3rald commented 7 years ago

Well... the truth is that this project is currently on hold. I followed the Make A Lisp instructions to create this and started customizing it a little bit but... in the I decided to put this project on hold and finish developing min (https://min-lang.org) a concatenative programming language.

If you want to try something new and unusual (but not a lisp) feel free to give min a try, otherwise... well, you can compile ickle with nim in the usual way (nim c ickle.nim) and it should be able to run basic lisp-like programs using the ickle executable like this:

ickle file_path