Arc Forumnew | comments | leaders | submitlogin
1 point by rocketnia 4800 days ago | link | parent

Hmm. Maybe you could shoot for two ssyntaxes, so that it's possible to explicitly override whatever the default rules would do:

  f.arg -> (call f arg)
  f@arg -> (f arg)


1 point by akkartik 4800 days ago | link

Yeah, that may be a good option.

-----