Summing up
I came across this post talking about numerical speed in Clojure, so I thought I would try out the equivalent in Common Lisp (Clozure CL) on my Macbook: CL-USER> (let* ((arr-size 3000000)…
3 posts
I came across this post talking about numerical speed in Clojure, so I thought I would try out the equivalent in Common Lisp (Clozure CL) on my Macbook: CL-USER> (let* ((arr-size 3000000)…
As a followup to my initial getting started post: * I later replaced the Clozure App with the command-line version, obtained by `svn co http://svn.clozure.com/publicsvn/openmcl/release/1.9/darwinx86…
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 "…