Arc Forum
new
|
comments
|
leaders
|
submit
login
2 points
by
aw
5483 days ago |
link
|
parent
Here's a version that can call "coerce" with additional arguments when needed:
(mac as (type x . args) `(coerce ,x ',type ,@args)) arc> (as string 256 16) "100"