View Single Post
Old 3rd August 2005, 13:03     #132
Foggerty
 
Heh, I'm only at the

(defun add1 (n)
(+ 1 n) )

and go woo! cos it works stage. Have been learning very slowly, i.e. when I can be bothered to boot into Linux when I have some spare time at home.

Have done enough reading to start seeing how functional programming could be cool, and love the idea of code as data (my old boss used to rave about something similar when he was using Clipper, never quite saw what the big deal was until recently.)
  Reply With Quote