Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
sjs
6100 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.