Thursday, May 08, 2014

[woykkjbq] Spaceless Lisp

We can eliminate the token separator, i.e., space, from a Lisp-like language with minimal lexical elements by changing from (a b c) to ((a)(b)(c)) or (a(b)(c)).

No comments :