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 …