Hi Henrik, nice research!
> writeup here: http://www.prodevtips.com/2010/05/30/clojure-with-a-picolisp-= > database-via-clojure-http-client/ Concerning your worries about using 'eval' in: (println (eval (list 'get (qReq 'link) (qReq 'direction) (qReq 'attr)))) Perhaps I don't fully understand the problem, but wouldn't simply (println (get (any (req 'link)) (any (req 'direction)) (any (req 'attr)) ) ) do it, and 'apply' or 'eval' are not necessary at all? Cheers, - Alex -- UNSUBSCRIBE: mailto:[email protected]?subject=unsubscribe
