Wow. Lisp-based Web service
May 25th 2009
John Fremlin has implemented a dynamic web server in Lisp. He claims that it beats the socks off of everything else. If we’re comparing Lisp against PHP, Python, Ruby, and similar scripting languages, I wouldn’t be surprised if he proves to be right.
Lisp is almost the closest-to-the-machine text language interpreter there is. Forth might beat it for closest, but Lisp is soo much more powerful. Moreover, it’s possible to build sane programs in Lisp that you can actually analyze. That gives us a slight hope of building reliable and secure web servers as opposed to the cobbled together things we have to live with.
