monte-language / typhon

A virtual machine for Monte.
Other
67 stars 10 forks source link

Spreads #197

Open MostAwesomeDude opened 7 years ago

MostAwesomeDude commented 7 years ago

Currently, we have no spread syntax, leading often to:

M.call(f, "run", args, [].asMap())

We should investigate whether there are better ways to express this.