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:
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