Arc Forumnew | comments | leaders | submitlogin
1 point by akkartik 5256 days ago | link | parent

Is mklist your own function? Does it work with strings?


1 point by twilightsentry 5256 days ago | link

D'oh. Yeah; I have it defined, and I hadn't tried reloading arc before I posted it. _On_Lisp_ has a CL version; in Arc I do:

  (def mklist (xs)
    (check xs alist (list xs)))

-----