Fixing a SLIME/Swank version problem
Installing a bunch of packages willy-nilly resulted in this configuration problem for me: starting slime resulted in this frustrating error message: Versions differ (2014...) slime vs (2009...) swank…
52 posts
Installing a bunch of packages willy-nilly resulted in this configuration problem for me: starting slime resulted in this frustrating error message: Versions differ (2014...) slime vs (2009...) swank…
From an exercise in the second chapter of PAIP. This takes a list of words and prints them in a list, with the first one capitalized. (defun print-words (wordlist) (format t "~&~@(~A~) &…
I created a million instances of each (the structure spoint, and the class point), with randomized members, and the former took about 50 milliseconds, while the latter took about 100 milliseconds. Wit…
I suppose it's worth learning anyway, it seems to give a very precise control over compilation, has a bunch of libraries and is very well documented. Also, an email to support@franz.com, which tur…
I'm following along with Mark Watson's excellent book on using AllegroGraph, but the automated install mentioned at the beginning didn't work for me. While I figure this out, the followin…
… the programming environment model in Unix is an imitation of the Lisp machine, and the way it is implemented is through processes and inter-process communication instead of function calls. Function…
This is something I've always pieced together bit-by-bit, and I'm sure a lot of other people have done the same by combining occasional blog posts, reviews on Amazon, perhaps a few mailing lis…
Arguments over syntax aside, there is something to be said for recognizing that a loop that steps only one variable is pretty useless, in any programming language. It is almost always the case that o…
“Lisp has some real problems.” Yes, it does. unfortunately, you didn’t list any of them. that’s also one of the real problems Lisp has: myths, misconceptions, and prejudice. http://xach.com/naggum/…
Note that this does not make Lisp “mainstream” for others, but it does make Lisp “mainstream” for yourself, and I think anybody who wants to make a change needs to start with himself. it is also very…
Here's what I did, though perhaps a better order of steps exists: * Downloaded Emacs for OSX * Downloaded ClozureCL from the Mac App Store. * Downloaded Quicklisp * Ran ClozureCL, then "…
I was too young to participate in these discussions when they happened, but it is particularly enlightening (IMHO) to comb through the "Erich Naggum archive". Sure, there is some of what we…