mitranim/jisp

`#` notation

Opened this issue · 0 comments

ToDo implement the # notation. It needs to be equivalent to arguments but be a true Array. In other words, like a rest parameter for all passed arguments:

{return #}

equivalent to:

(fn ...x x)