[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: |
Xah Lee |
Subject: |
Re: How to improve the readability of (any) LISP or any highlevel functional language to the level of FORTH ? |
Date: |
Wed, 5 Jan 2011 12:13:26 -0800 (PST) |
User-agent: |
G2/1.0 |
On Jan 5, 9:59 am, Elena <egarr...@gmail.com> wrote:
> On Jan 5, 3:58 pm, Xah Lee <xah...@gmail.com> wrote:
>
> > The same expression in lisp style you get this
>
> > /(+(-(b) √(+(^(b 2) -(*(4 a c))))) *(2 a))
>
> > is it readable? Many lispers insist that its the most readable syntax.
>
> And here is why: http://blo.udoidio.info/2008/09/lisp-syntax-is-great.html
oops, a typo. Copied the wrong line. The correct form is
(/ (+ (- b) (√ (+ (^ b 2) (- (* 4 a c))))) (* 2 a))
article on my blog now
http://xahlee.blogspot.com/2011/01/whats-most-readable-computer-language.html
Xah
Re: How to improve the readability of (any) LISP or any highlevel functional language to the level of FORTH ?, Didier Verna, 2011/01/03
Re: How to improve the readability of (any) LISP or any highlevel functional language to the level of FORTH ?, pineapple, 2011/01/04
Re: How to improve the readability of (any) LISP or any highlevel functional language to the level of FORTH ?, Xah Lee, 2011/01/05
- Re: How to improve the readability of (any) LISP or any highlevel functional language to the level of FORTH ?, Elena, 2011/01/05
- Re: How to improve the readability of (any) LISP or any highlevel functional language to the level of FORTH ?,
Xah Lee <=
- Re: How to improve the readability of (any) LISP or any highlevel functional language to the level of FORTH ?, Pascal J. Bourguignon, 2011/01/05
- Re: How to improve the readability of (any) LISP or any highlevel functional language to the level of FORTH ?, Doug Hoffman, 2011/01/06
- Re: How to improve the readability of (any) LISP or any highlevel functional language to the level of FORTH ?, Pascal J. Bourguignon, 2011/01/06
- Re: How to improve the readability of (any) LISP or any highlevel functional language to the level of FORTH ?, w_a_x_man, 2011/01/06
- Re: How to improve the readability of (any) LISP or any highlevel functional language to the level of FORTH ?, Doug Hoffman, 2011/01/07
Re: How to improve the readability of (any) LISP or any highlevel functional language to the level of FORTH ?, Andrew Haley, 2011/01/05
Re: How to improve the readability of (any) LISP or any highlevel functional language to the level of FORTH ?, Xah Lee, 2011/01/07
Re: How to improve the readability of (any) LISP or any highlevel functional language to the level of FORTH ?, Andrew Haley, 2011/01/07