(Untitled)
I do most of that work with a tool called Ruby on Rails. Ruby on Rails does for web developers what a toilet-installing robot would do for plumbers. (Web development is more like plumbing than any of…
}
Skip to main contentI do most of that work with a tool called Ruby on Rails. Ruby on Rails does for web developers what a toilet-installing robot would do for plumbers. (Web development is more like plumbing than any of…
– Paul Graham, “ANSI Common Lisp”…
I came across this paper (actually a literate haskell document, pretty cool!) from MIRI. (What's MIRI ? I suppose someone finally convinced the "Singularity Institute" they had a terribl…
I feel like I can totally relate to this guy !! (from http://symbo1ics.com/blog/?p=1803) A half a decade ago, I could dive with you to the penetralia of convergence theorems of hypergeometric series…
From http://symbo1ics.com/blog/?p=1495 I now realise that there are several issues conflated into a false dichotomy of static/dynamic. 1. type expressivity (ML, Haskell, and Scala even more so) 2.…
The SBCL version (macroexpand-1 '(defstruct spoint (x y))) (PROGN (SB-KERNEL:WITH-SINGLE-PACKAGE-LOCKED-ERROR (:SYMBOL 'SPOINT "defining ~…
C and C++ are firmly stuck in the early 80’s as far as processor design is concerned. Common Lisp never was stuck anywhere in the first place, which means it has had a hard time sticking to something…
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 [email protected], 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…