The Failure of Lisp? A Reply To Brandon Werner
danweinreb.org
The Failure of Lisp? A Reply To Brandon Werner
1–10 of 53 posts
Re: The Failure of Lisp? A Reply To Brandon Werner
#2On the other side, you have any language with type theory governing the language design: haskell, ML, etc. These have long since gobbled up most people interested in type theory and even these are loosing out to the new batch of languages with richer type zoos.
Lisp is not a failure and it has had more influence than people think. However, I think Lisp has played its major part like IBM has played theirs.
Re: The Failure of Lisp? A Reply To Brandon Werner
#3Lisp (any lisp, be it lisp-1 or lisp-2) are currently fighting a fight on multiple fronts. From one side, each iteration of Python or Ruby gains new ground as they incorporate more and more lisp-concepts, while being "Visually friendly" (ie, with common syntax). They also have the ability to lure many more users from, say Java or C#. On the other side, you have any language with type theory governing the language des…
Re: The Failure of Lisp? A Reply To Brandon Werner
#4Re: The Failure of Lisp? A Reply To Brandon Werner
#5Lisp (any lisp, be it lisp-1 or lisp-2) are currently fighting a fight on multiple fronts. From one side, each iteration of Python or Ruby gains new ground as they incorporate more and more lisp-concepts, while being "Visually friendly" (ie, with common syntax). They also have the ability to lure many more users from, say Java or C#. On the other side, you have any language with type theory governing the language des…
While I hear many people complaining about the "awkward" and "hard-to-read" syntax, it's rare to hear someone compliment the syntax of lisp. I am a big fan of the Lisp syntax because it's so simple and consistent - probably a relic of its roots in lambda calculus. Not having to worry about operator precedence is a huge bonus in itself - I don't know why on one hand people cling to PEMDAS, logic, assignment, etc havin…
There is something nice about a language (lisp) that doesn't look like anything else, in an artistic sense (not sure if that counts for much).
I think when most people complain about the parens, they are really complaining about the endless ))))))) at the end of an expression.
Re: The Failure of Lisp? A Reply To Brandon Werner
#6Equally, with that kind of a trajectory and history, you'd also have to predict Lisp isn't going anywhere soon.
If anything, the rising interest and competition in functional languages is pushing Lisp back into the spotlight.
Re: The Failure of Lisp? A Reply To Brandon Werner
#7Earlier quoted context omitted.
While I hear many people complaining about the "awkward" and "hard-to-read" syntax, it's rare to hear someone compliment the syntax of lisp. I am a big fan of the Lisp syntax because it's so simple and consistent - probably a relic of its roots in lambda calculus. Not having to worry about operator precedence is a huge bonus in itself - I don't know why on one hand people cling to PEMDAS, logic, assignment, etc havin…
I agree - I think the other strength of it is that macros are less messy then a language with infix operators/functions. There is something nice about a language (lisp) that doesn't look like anything else, in an artistic sense (not sure if that counts for much). I think when most people complain about the parens, they are really complaining about the endless ))))))) at the end of an expression.
Re: The Failure of Lisp? A Reply To Brandon Werner
#8Lisp (any lisp, be it lisp-1 or lisp-2) are currently fighting a fight on multiple fronts. From one side, each iteration of Python or Ruby gains new ground as they incorporate more and more lisp-concepts, while being "Visually friendly" (ie, with common syntax). They also have the ability to lure many more users from, say Java or C#. On the other side, you have any language with type theory governing the language des…
Re: The Failure of Lisp? A Reply To Brandon Werner
#9Earlier quoted context omitted.
I agree - I think the other strength of it is that macros are less messy then a language with infix operators/functions. There is something nice about a language (lisp) that doesn't look like anything else, in an artistic sense (not sure if that counts for much). I think when most people complain about the parens, they are really complaining about the endless ))))))) at the end of an expression.
Interlisp had the last part correct. [ was a special open paren and ] closed all open parens back to (and including) the most recent [.
Re: The Failure of Lisp? A Reply To Brandon Werner
#10Lisp (any lisp, be it lisp-1 or lisp-2) are currently fighting a fight on multiple fronts. From one side, each iteration of Python or Ruby gains new ground as they incorporate more and more lisp-concepts, while being "Visually friendly" (ie, with common syntax). They also have the ability to lure many more users from, say Java or C#. On the other side, you have any language with type theory governing the language des…
While I hear many people complaining about the "awkward" and "hard-to-read" syntax, it's rare to hear someone compliment the syntax of lisp. I am a big fan of the Lisp syntax because it's so simple and consistent - probably a relic of its roots in lambda calculus. Not having to worry about operator precedence is a huge bonus in itself - I don't know why on one hand people cling to PEMDAS, logic, assignment, etc havin…
High-level languages like Ruby may contain lossy abstractions that obscure the low-level workings of the machine, but Lisp is another lossy abstraction that has the potential to obscure the high-level, abstruse workings of our own minds. Both of these abstractions can be valuable, but neither is without its shortcomings.