angeles art Astronomy california Einstein Film Internet Lisp los memetics movies Music NASA Perception portland Python Ruby Stardust startups web
Posted by ungraspiness Mon, 10 Apr 2006 22:37:00 GMT
(defun flatten-list (exp) (if (consp exp) (append (flatten-list (car exp)) (flatten-list (cdr exp))) (list exp)))
Posted in Lisp, Programming | Tags Beauty, Lisp | no comments
Leave a response
RSS feed for this post
Your name
Your blog
Your email
Your message