help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to improve the readability of (any) LISP or any highlevel functi


From: Jan Burse
Subject: Re: How to improve the readability of (any) LISP or any highlevel functional language to the level of FORTH ?
Date: Fri, 21 Jan 2011 17:08:59 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.1.16) Gecko/20101123 SeaMonkey/2.0.11

rupertlssmith@googlemail.com schrieb:
On Jan 7, 11:47 am, Jan Burse<janbu...@fastmail.fm>  wrote:
This is quite funny to write a tractate about operator definitions
to comp.lang.prolog. Prolog has already for some time operator
definitions.

Yes, and you can define infix operators with it too! Making your code
nice and easy to read, and avoiding all this Neanderthal RPN stuff. I
guess some people just like to do things the hard way?

Reminds me of the HP-41C
http://en.wikipedia.org/wiki/HP-41C

But still the Haskell people have for example even put more
into operators, than Prolog did. You can write things like:

   (+ 4)

Or

   x $ y z

Right? I guess the current lack of a concept of lambda
expressions in Prolog is the cause.

Bye



reply via email to

[Prev in Thread] Current Thread [Next in Thread]