Hacker News new | ask | show | jobs
by qwertyuiop924 3595 days ago
There is in fact one error in the above macro: well, I think only one: in the map, (lambda (var val) '(var val)) should be (lambda (var val) (list var val))