Re: How Lisp's Nested Notation Limits The Language's Utility
- From: Joe Marshall <eval.apply@xxxxxxxxx>
- Date: 7 May 2007 14:36:50 -0700
Forgive me for continuing this argument even though it isn't
particularly relevant to Xah's original post.
Joe Marshall wrote:
If the syntax is a problem, why haven't
any alternative syntaxes taken over for s-expressions?
On May 6, 3:45 pm, Jon Harrop <j...@xxxxxxxxxxxxxxxxx> wrote:
They have.
They have? Then where's the argument?
I've been programming in lisp quite recently and I don't recall
an algorithmic syntax. Did I miss something?
Mathematica uses more conventional syntax to handle expressions:
What does this have to do with lisp?
OCaml allows you to define infix operators and these can be used to compose
expressions.
What does this have to do with lisp?
So I think it is fair to say that s-exprs in Lisp have been superceded by
more efficient representations of expressions in most modern FPLs.
This makes no sense. I ask why alternative lisp syntaxes never took
off,
and you tell me about the syntax of unrelated languages.
.
- Follow-Ups:
- Re: How Lisp's Nested Notation Limits The Language's Utility
- From: Jon Harrop
- Re: How Lisp's Nested Notation Limits The Language's Utility
- Prev by Date: Re: producing a beep in common lisp
- Next by Date: Re: problem with packages
- Previous by thread: Re: How Lisp's Nested Notation Limits The Language's Utility
- Next by thread: Re: How Lisp's Nested Notation Limits The Language's Utility
- Index(es):
Relevant Pages
|