Re: [OT] PostLisp, a language experiment
From: Will Hartung (willh_at_msoft.com)
Date: 03/11/05
- Next message: John Doty: "Re: [OT] PostLisp, a language experiment"
- Previous message: Christopher C. Stacy: "Re: One last chapter to review! Last chance! One-day only!"
- In reply to: Ulrich Hobelmann: "[OT] PostLisp, a language experiment"
- Next in thread: Ulrich Hobelmann: "Re: [OT] PostLisp, a language experiment"
- Reply: Ulrich Hobelmann: "Re: [OT] PostLisp, a language experiment"
- Reply: Brian Downing: "Re: [OT] PostLisp, a language experiment"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 10 Mar 2005 15:55:39 -0800
"Ulrich Hobelmann" <u.hobelmann@web.de> wrote in message
news:39a9ueF5spo2dU1@individual.net...
> (Sorry for crossposting this. If you specifically refer to one language
> family only, please post the answer only to one group.)
>
> There are several things I (and others) don't really like about Lisp and
> Forth, but most live with it. Today I set out to try a mix of both to
> see, how certain things improve.
>
> IMHO the worst thing in Lisp is its many parentheses. While they do a
> great job in structuring the language and allowing features such as
> variable numbers of arguments and macros, they turn every program into a
> ragged tree (while a Forth function typically is one or two lines). I
> don't say this is terrible, but I thought I might try to improve on it.
>
> The worst thing about Forth IMHO is the stack clutter. When every
> function has some swaps, dups, overs and nips in it, it takes
> concentration to keep track of the stack in your mind. Sure, there are
> stack comments, but when you write those, you might just as well use
> local variables instead.
You really should go and look at HP's RPL. This is really a fabulous
language, IMHO.
Reverse Polish Lisp is strikingly concise and powerful.
You get a lot of the dynamism of a Lisp, with the "simplicity" of a Forth
like syntax.
You can look here for a nice description of it.
http://www.systella.fr/~bertrand/rpl2/english.html
Regards,
Will Hartung
(willh@msoft.com)
- Next message: John Doty: "Re: [OT] PostLisp, a language experiment"
- Previous message: Christopher C. Stacy: "Re: One last chapter to review! Last chance! One-day only!"
- In reply to: Ulrich Hobelmann: "[OT] PostLisp, a language experiment"
- Next in thread: Ulrich Hobelmann: "Re: [OT] PostLisp, a language experiment"
- Reply: Ulrich Hobelmann: "Re: [OT] PostLisp, a language experiment"
- Reply: Brian Downing: "Re: [OT] PostLisp, a language experiment"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|