Re: Java interop

2010-06-03 Thread Alexander Burger
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

Re: Java interop

2010-06-03 Thread Henrik Sarvell
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 a...@software-lab.de wrot= e: Hi Henrik, nice