is it possible to expand via squared-bracket. 

i.e... [1 2 3] => (list 1 2 3)     [(+ 1 2) 3]  => (list (+ 1 2) 3)


I know (read-enable 'square-brackets) ...but It just same paren.

[1 2 3] => (1 2 3)

is it possible?


Reply via email to