Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kazinator
on Jan 29, 2019
|
parent
|
context
|
favorite
| on:
C++ Modules Might Be Dead-On-Arrival
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:
TXR Lisp:
Here we just have one space that prevents list 1 from being list1.