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

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

-----