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

I'll fix this so that invalid expressions are reported and car and cdr of () are errors.