LispNYC presentation slides The slides from the LispNYC presentation can be downloaded here: SlidesRead more...
Compiling a Hello World program In this blog post I explain how to compile a "Hello World" program to a JavaScript program that can be executed in the browser.Read more...
Using the REPL In this blog post I will explain how to use the REPL and play around with it.Read more...
What is Acheron Lisp? Well, I always explain it like this: Acheron is like the Google Web Toolkit (GWT), but instead of Java with Common Lisp (kind of). If you don't know what GWT does, this doesn't help you much. So let me explain what GWT does in its essence. GWT allows you ...