Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Not all whitespace you see in Lisp code is strictly necessary:

TXR Lisp:

  1> (list 1"a"'(b(c)d(e)))
  (1 "a" (b (c) d (e)))
Here we just have one space that prevents list 1 from being list1.


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

Search: