Live data from Hacker News

Lisp without parentheses: Lisp INdented

genyris.com

1–10 of 45 posts

Re: Lisp without parentheses: Lisp INdented

#2
Hm, this feels like comitting hara-kiri, but I actually found the eight queens sample:

http://www.genyris.com/wiki?page=default/eightqueenssource

A lot more readable than the 'regular' lisp version:

http://obereed.net/queens/algorithm.html

By automating the process of converting between 'indented' lisp and 'regular' lisp those that want it can have it and those that do not can simply ignore it.

Re: Lisp without parentheses: Lisp INdented

#3
post #2

Hm, this feels like comitting hara-kiri, but I actually found the eight queens sample: http://www.genyris.com/wiki?page=default/eightqueenssource A lot more readable than the 'regular' lisp version: http://obereed.net/queens/algorithm.html By automating the process of converting between 'indented' lisp and 'regular' lisp those that want it can have it and those that do not can simply ignore it.

The "more readable version" does have some parentheses, doesn't this make it hard for beginners? Sometimes you use and sometimes you don't. The site is inaccessible right now, so I have not read everything, only parts of it via google cache...

Re: Lisp without parentheses: Lisp INdented

#8
post #2

Hm, this feels like comitting hara-kiri, but I actually found the eight queens sample: http://www.genyris.com/wiki?page=default/eightqueenssource A lot more readable than the 'regular' lisp version: http://obereed.net/queens/algorithm.html By automating the process of converting between 'indented' lisp and 'regular' lisp those that want it can have it and those that do not can simply ignore it.

I think that's partly because the way it's written is much more readable. Larger font probably doesn't hurt either (though the caps does).
Post reply on HN