Why I love Lisp
pupeno.com
Why I love Lisp
1–10 of 13 posts
Re: Why I love Lisp
#2Re: Why I love Lisp
#3Common Lisp is a member of the Lisp familiy of languages, just like Clojure is.
[1] http://www.cliki.net/Common%20Lisp%20implementation
[2] http://en.wikipedia.org/wiki/Common_Lisp#Implementations
Re: Why I love Lisp
#4Minor nitpick on the article: Common Lisp is not a family, it's a standard with many implementations[1][2]. Common Lisp is a member of the Lisp familiy of languages, just like Clojure is. [1] http://www.cliki.net/Common%20Lisp%20implementation [2] http://en.wikipedia.org/wiki/Common_Lisp#Implementations
There are also derived languages like Stella, L, SubL and others which implement some kind of subset.
Then there is ISLisp, which is very similar, but slightly simplified.
Re: Why I love Lisp
#5Minor nitpick on the article: Common Lisp is not a family, it's a standard with many implementations[1][2]. Common Lisp is a member of the Lisp familiy of languages, just like Clojure is. [1] http://www.cliki.net/Common%20Lisp%20implementation [2] http://en.wikipedia.org/wiki/Common_Lisp#Implementations
Re: Why I love Lisp
#6Re: Why I love Lisp
#7Did something unusual happen today? There's three lisp stories on the front page, which is about 2.9 more than the average day. Just curious.
Remember, all it takes is one "XYZ sucks" post on the front page to get a front page full of "Why XYZ doesn't suck", "XYZ sucks super hard", "We're using XYZ at my startup", "Successful founders use ZYX, not XYZ", etc.
Re: Why I love Lisp
#8Did something unusual happen today? There's three lisp stories on the front page, which is about 2.9 more than the average day. Just curious.
Somebody probably posted a Lisp story early this morning, it got ranked highly, everybody else noticed that and jumped on the karma bandwagon by posting their own Lisp essays or just their favorite bit of 10-year-old Lisp lore :) Remember, all it takes is one "XYZ sucks" post on the front page to get a front page full of "Why XYZ doesn't suck", "XYZ sucks super hard", "We're using XYZ at my startup", "Successful foun…
Re: Why I love Lisp
#9Re: Why I love Lisp
#10This post has convinced me to take the time and try to learn at least a few bits of clojure. Thank you!
Clojure when viewed as a functional programming answer to multicore and concurrency is stunningly beautiful in it's simplicity.
If you haven't read Rich Hickey's prose on State and Identity. I highly recommend it: clojure.org/state