Arc Forumnew | comments | leaders | submit | hkBst's commentslogin

latest mzscheme (that would be 372 now) as the default hosting environment

-----


Using [+ _ _ _] with the same meaning as [+ _1 _2 _3] would be confusing I'd say. [+ _ _ _] should mean the same as [+ _1 _1 _1] if it is allowed at all.

(= x2 [+ _ _])

Explicit numbering will make sure the arguments stay in the correct order so my earlier remark of allowing any underscore-beginning string is probably wrong.

-----

4 points by hkBst 5946 days ago | link | parent | on: picoLisp - arc before arc

Wasn't arc to have first-class macros too? Does it?

-----