Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
kens
6274 days ago |
link
|
parent
One more output question:
arc> (= x '`(a ,b ,@c)) (quasiquote (a (unquote b) (unquote-splicing c)))
How can I print x in its original short form, rather than expanded out (as prn does)? Is there an easy function I'm missing, or do I need to write my own?