Skip to content

Why use Lisp for games?

Crono5788 edited this page Sep 13, 2013 · 2 revisions

Lisp macros allow you to write very expressive code, and runtime images allow the ability to change and add code live, giving you access to a full REPL while your game is running. These features and others make Lisp a very enjoyable language for projects like games.

Clone this wiki locally