Arc Forumnew | comments | leaders | submitlogin
1 point by shader 5645 days ago | link | parent

Yeah, I guess I'm too used to using Anarki ;)

But if you made the changes as you suggested to ssyntax, then it would be easy enough to define a (w/o-ssynatax body) macro to temporarily disable ssyntax for a particular call.



1 point by akkartik 5645 days ago | link

Oh, so the ssyntax implementation in anarki would permit PLT functions with colons in them?

-----

1 point by shader 5644 days ago | link

From my preliminary tests, it seems that using

  (($ fn:name) arg1 arg2)
works just fine, though ($.fn:name arg1 arg2) doesn't.

So, yes, you can use PLT functions with ssyntax on Anarki

-----