Some followup from my previous post on Lisp… — Lisp Resources — The book "Practical Common Lisp" is available online, published by the author in its entirety. Also, a CS professor Slava Akhmechet wrote an essay in the same vein, translating from C++ to Lisp — via Xml of all things. (In full disclosure, I’ve …
Monthly Archives: December 2008
Memoizer 4a – Lisp for Mortals
Now that this is getting to be a series, I ought to provide links to the previous entries, in case anyone is actually reading this thing: Memoizer 1 – C++ Memoizer 2 – Python Memoizer 3 – Lua Other than the C++ example, this series has been part of an experiment to bootstrap my experience …
Your Favorite PL
In your favorite programming language I came across this site, hanoimania, when researching application virtual machines. The author, personally, has translated a towers of hanoi solver to dozens of programming languages, utilizing: Recursion, with Scheme of course, Pattern matching, with Haskell And bare assembly, such as this MIPS example Although, the embedded world uses the …