Arc Forumnew | comments | leaders | submitlogin
2 points by rocketnia 3738 days ago | link | parent

If you support symbols like a! then what about ssyntax like a!.foo?


1 point by akkartik 3738 days ago | link

  arc> foo!.3
  Error: "Bad ssyntax foo!.3"
That doesn't seem too bad, IMO: if your sym uses ssyntax chars you can't use it in ssyntax. There's probably worse corner cases I haven't considered, though :/

-----

2 points by akkartik 3738 days ago | link

Never mind, I rolled all that back and renamed def! and mac! to redef and remac, respectively.

-----

2 points by rocketnia 3738 days ago | link

Thanks for changing it back, but thanks for taking a leap there too. :-p

-----