Lisp Experiments

Currently using this subdomain as a place holder to link to some experimental code while picking up some basic lisp. I've been watching the MIT lectures online for the course Structure and Interpretation of Computer Programs. All links will open up in a new page. Some of the pages may not work or produce an error which means I'm probably changing or working with the file at the time, check back later to see if it works.

  1. Lisp FastCGI wrapper source (I use this instead now with mod_fgid's FastCGIWrapper option)
  2. Demonstrating basic FastCGI (source)
  3. Sqrt implementation as detailed in Lecture 1 (source)