|
From: | Pascal J. Bourguignon |
Subject: | Re: How to improve the readability of (any) LISP or any highlevel functional language to the level of FORTH ? |
Date: | Sat, 01 Jan 2011 15:15:54 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
girosenth <girosenth@india.com> writes: > How to improve the readability of (any) LISP or any highlevel > functional language to the level of FORTH ? > > There are many people who have trivia complaints about parens in lisp, > but I dont. > > LISP is a prefix notation. > > sequence of operations would look like this on operands (ops) : > > (f ops (g ops (h ops (j ops (k ops (l ops ))...)))) > > How do you make it readable ? > How do you home to the center or centers ? > > (f (g (h (j (k (l ops)))...))) > > is easy to read or > > ops l k j h g f > > ??? I think we can call you a troll. Is it not obvious how you home to the center? http://www.informatimago.com/~pjb/bulleye.png Is it not a flagrant proof that lisp is the most easy to read? -- __Pascal Bourguignon__ http://www.informatimago.com/ A bad day in () is better than a good day in {}.
[Prev in Thread] | Current Thread | [Next in Thread] |