Hi all, For those familiar with Land of Lisp (http://landoflisp.com/), I have rewritten the wizard's game in Picolisp here: https://github.com/dbertolotto/pil-land-of-lisp
In my opinion the wizard's game is the most iconic (and educational) game of the book: it shows the code-as-data, the macros and how to create a custom REPL. If you want to follow the game creation and you don't have the book you can do it here: http://www.lisperati.com/casting.html It is worth to read it to better understand how lisp works in general. If I find the time I'll try to convert more games in the future. Cheers, Davide