Arc Forumnew | comments | leaders | submitlogin
3 points by bogomipz 5924 days ago | link | parent

This would be great. I suggest naming it "to" or "as";

  arc> (as 'point '(1 . 2))
  #3(tagged point (1 . 2))
  arc> (as 'int "34")
  34
  arc>