Hacker News new | ask | show | jobs
by Zelphyr 4019 days ago
Its an Open Source project and, while it could use more developers I'm sure (most OSS projects could), it is definitely not only being worked on by one developer.

Once you start writing in it you realize how much the syntax often reads like an English sentence. And the brackets make perfect sense when you begin to understand blocks. And besides; its no more than curly braces in C and definitely fewer than parentheses in Lisp.

1 comments

Parenthesis in Lisp are not more than those in C. It's just that there is only one type of parenthesis and the accepted convention is to pile all the closing ones at the last line. When you have some time play with them in both C and Lisp and count them.