Re: Java interop

2010-06-02 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 understa

Unsubscribe

2010-06-02 Thread Cliff Wells
Good bye Cliff Wells :-( You are now unsubscribed -- -- UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

The 'read' function w/arguments

2010-06-02 Thread Jon Kleiser
Hi, When I try this example from the docs ... (make (while (read "_" "#") (link @))) .. I'm not able to get out of the while loop by typing NIL, as the docs imply. I have tried both with ./p and with ./dbg. I'm using a PicoLisp from 24 April this year. If I just do a (make (while (read) (link @

Re: Java interop

2010-06-02 Thread Henrik Sarvell
I tried out communication via HTTP in the weekend, posted a little writeup here: http://www.prodevtips.com/2010/05/30/clojure-with-a-picolisp-= database-via-clojure-http-client/ It worked well enough that I will probably not put any effort into getting up and running with InOut.java On Fri, May