Hacker News new | past | comments | ask | show | jobs | submit login

Lisp has some of the easist syntax there is (only other contender is whitespace).

(function-call (+ 5 4) 9 "Hello I like your service" `(this is read as a list of keywords rather than as a call to the function this with the rest as arguments ,the-value-of-me-is-inserted-due-to-the-comma this-keyword-is-not-changed))

Is pretty much the entirety of Lisp syntax.




Looks good. I'll keep it in mind. You can follow development updates over at codr.posterous.com




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: