Hello,

What is the Julia equivalent of Common-Lisp ,@ ? Something like:

l = :[a,b,c]
:([1,2,3, $l..., 7,8,9])

but the ... obviously don't work here, as they become part of the quoted 
expression. I want the result to be

:([1,2,3, a, b, c, 7, 8, 9])

It is not mentioned in the manual. 
<http://julia.readthedocs.org/en/latest/manual/metaprogramming/>

Cédric

Reply via email to