Arc Forumnew | comments | leaders | submitlogin
3 points by fallintothis 5535 days ago | link | parent

The plan with intrasymbol syntax is (a) not to break traditional Lisp read and (b) to expand in place. If you have those two constraints, instead of just saying "ok, put any syntax anywhere," you can introduce syntax into Lisp without getting too unLispy.

http://arclanguage.org/item?id=2185



2 points by evanrmurphy 5535 days ago | link

That's the thread I needed, thanks.

-----