Unfortunately, I managed to delete my WordPress database at a time when the most recent backup I had was from 11 years ago. So… I will hopefully get some newer information uploaded again someti...
In previous posts here, I described using Clifford algebras for representing points and rotations. I was never very satisfied with this because the translations were still tacked on rather than i...
The Bowling Game Kata in Functional Common Lisp from Patrick Stein on Vimeo. Code Kata are repetitive coding tasks designed to help one internalize certain patterns, methodologies, or tools. In t...
http://nklein.com/2013/08/the-bowling-game-kata-in-functional-common-lisp/
For some time, I’ve been wanting to find some big data source to dig around in and make plots of. Yesterday, I realized that I have access to #lisp logs from IRC going back several years. The f...
Introduction SICP has a few sections devoted to using a general, damped fixed-point iteration to solve square roots and then nth-roots. The Functional Programming In Scala course that I did on Co...
I updated my track-best library to allow you to keep all of the the things tied for best. The WITH-TRACK-BEST macro now accepts the :KEEP-TIES keyword parameter. Here are some examples of using t...
In doing a problem set from the Internet a few weeks ago, I found myself writing awkward constructions with REDUCE and LOOP to try to find the best one (or two or three) things in a big bag of th...
One of the things that’s often said about Lisp is that it allows you to build up the language to you. Here are two examples that really drive home that point, for me. The Problem Domain I read ...
A friend of mine is taking a cryptography course this semester. One of his current homework problems involves creating , , and values for RSA Encryption. Always one to play the home game when mat...
It’s been some time since I have posted here. Life has been busy. Until last week, I was working one and a half jobs after I transitioned out of getting paid to do C++ into getting paid to do C...
http://nklein.com/2013/03/tidbits-from-the-past-month-or-two/