Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
Pauan
4403 days ago |
link
|
parent
[] {} and @ syntax now works:
(var {a b @c} {1 2 3 4}) a -> 1 b -> 2 c -> (3 4)
In addition, it no longer hardcodes the "splice" symbol, but now the
only
way to splice is to use @. I plan to fix this so that you can use both in a hygienic way.