Arc Forumnew | comments | leaders | submitlogin
1 point by sjs 5925 days ago | link | parent

How about something like this:

  (def kw args
    (listtab (pair args)))
That makes it pretty easy to pass around kw args, and with a macro you could make it a little more sugary by allowing unquoted keys.