Arc Forumnew | comments | leaders | submitlogin
2 points by aw 5272 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"