Y
Hacker News
new
|
ask
|
show
|
jobs
by
dfox
5526 days ago
well, (cdr ()) is an error in standard Scheme, as empty list is not pair.
1 comments
jcoglan
5526 days ago
I'll fix this so that invalid expressions are reported and car and cdr of () are errors.
link