On Jun 16, 4:47 am, Alex Baranosky
wrote:
> IS it possible to use the regex reader macro #"" with generated code? What
> I mean is do something like:
>
> #"${(join "|" (range 1 1))}"
>
> I'm using ${...} to mean string interpolation, though I know Clojure doesn't
> have that syntax. Is there
2011/6/16 Alex Baranosky :
> IS it possible to use the regex reader macro #"" with generated code? What
> I mean is do something like:
> #"${(join "|" (range 1 1))}"
> I'm using ${...} to mean string interpolation, though I know Clojure doesn't
> have that syntax. Is there a way to get this e
On Wed, Jun 15, 2011 at 10:47 PM, Alex Baranosky
wrote:
> IS it possible to use the regex reader macro #"" with generated code? What
> I mean is do something like:
> #"${(join "|" (range 1 1))}"
> I'm using ${...} to mean string interpolation, though I know Clojure doesn't
> have that syntax.
IS it possible to use the regex reader macro #"" with generated code? What
I mean is do something like:
#"${(join "|" (range 1 1))}"
I'm using ${...} to mean string interpolation, though I know Clojure doesn't
have that syntax. Is there a way to get this effect or must I use
(re-pattern (jo