> replacing Arc-on-Racket with Clamp-on-Common-Lisp
We need a compiler for that btw (ie. the arc macro Im talking about nearby?) because 1) language designers need a compiler and 2) right now, it is missing parts of Arc; specifically:
('(1 2 3) 0)
(mylist 0)
("Yoopi" 0)
(+ "Hello" " World")
top level ssyntax
What case are missing for destructuring?
What am I forgetting? Do we have 'for'?