Fixed, works, thanks!
My own simple testing confused me, since then I would do (get '{x-x}
'to 'uid), I just locked on to that and thought I would need the
quotes and all but of course I don't.
On Thu, Jun 3, 2010 at 8:23 AM, Alexander Burger <[email protected]> wrot=
e:
> Hi Henrik,
>
> nice research!
>
>> writeup here: http://www.prodevtips.com/2010/05/30/clojure-with-a-picoli=
sp-=3D
>> database-via-clojure-http-client/
>
> Concerning your worries about using 'eval' in:
>
> =A0 (println (eval (list 'get (qReq 'link) (qReq 'direction) (qReq 'attr)=
)))
>
> Perhaps I don't fully understand the problem, but wouldn't simply
>
> =A0 (println
> =A0 =A0 =A0(get
> =A0 =A0 =A0 =A0 (any (req 'link))
> =A0 =A0 =A0 =A0 (any (req 'direction))
> =A0 =A0 =A0 =A0 (any (req 'attr)) ) )
>
> do it, and 'apply' or 'eval' are not necessary at all?
>
> Cheers,
> - Alex
> --
> UNSUBSCRIBE: mailto:[email protected]?subject=3dunsubscribe
>
--
UNSUBSCRIBE: mailto:[email protected]?subject=unsubscribe