Re: Using read-string and macros together

2012-06-14 Thread Rob Harrop
, June 14, 2012 12:29:54 AM UTC+1, Rob Harrop wrote: > > Hi, > > I have a use case where I'd like to load small forms in String format from > a database and wrap them in functions. This is to support some basic > runtime customisation. > > I'm having problems gett

Using read-string and macros together

2012-06-13 Thread Rob Harrop
quot;) (and prints nothing) I'm sure I'm missing something very obvious here but I had assumed that since (= '(println "rob") (read-string "(println \"rob\")")) that the above example would work. Regards, Rob Harrop -- You received this message bec