PicoLisp roots

2014-09-21 Thread jerome moliere
Hi all, I do not intend to spam your mailing list , sorry if this question sounds stupid for many of you but I had a look to the PicoLisp language.I am not a Lisp expert but I can write Clojure code & Emacs Lisp I'd like to know how far/close PicoLisp is from Common Lisp or other Lisp dialects.

Re: PicoLisp roots

2014-09-21 Thread Alexander Burger
Hi Jerome, > I do not intend to spam your mailing list , sorry if this question sounds > stupid for many of you but I had a look to the PicoLisp language. No problem. Don't worry! > I am not a > Lisp expert but I can write Clojure code & Emacs Lisp I'd like to know > how far/close PicoLisp

Re: PicoLisp roots

2014-09-21 Thread jerome moliere
Thanks for your quick reply... Is there a guide explaining major differences between Common Lisp & PicoLisp ? I guess, reading your answer , that there 's no just a few syntactic differences between the 2 dialects ... I can read between the lines some philosophical major differences , right? What

Re: PicoLisp roots

2014-09-21 Thread Thorsten Jolitz
jerome moliere writes: > Thanks for your quick reply... > Is there a guide explaining major differences between Common Lisp & > PicoLisp ? I guess, reading your answer , that there 's no just a few > syntactic differences between the 2 dialects ... I can read between > the lines some philosophica

Re: PicoLisp roots

2014-09-21 Thread Alexander Burger
On Sun, Sep 21, 2014 at 07:17:08PM +0200, jerome moliere wrote: > Is there a guide explaining major differences between Common Lisp & I'm afraid, not in a single place. > PicoLisp ? I guess, reading your answer , that there 's no just a few > syntactic differences between the 2 dialects ... I c

Re: PicoLisp roots

2014-09-21 Thread Tomas Hlavaty
Hi Jerome a good starting point is http://software-lab.de/doc/tut.html Cheers, Tomas -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: PicoLisp roots

2014-09-21 Thread jerome moliere
Thanks to you Thorsten & Alex I'll definitely have a closer look to the rosettacode.org website and read online papers about PicoLisp design. Thanks again Regards Jerome On Sun, Sep 21, 2014 at 7:57 PM, Alexander Burger wrote: > On Sun, Sep 21, 2014 at 07:17:08PM +0200, jerome moliere wrote: >

Re: PicoLisp roots

2014-09-21 Thread Alexander Burger
On Sun, Sep 21, 2014 at 08:15:52PM +0200, Tomas Hlavaty wrote: > a good starting point is http://software-lab.de/doc/tut.html or, perhaps more to Jerome's questions about differences to CL: http://software-lab.de/doc/faq.html -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: PicoLisp roots

2014-09-22 Thread Joe Bogner
Hi Jerome, You might be interested in https://github.com/michelp/0pl as it's somewhat similar to what you are trying to accomplish. It's PicoLisp bindings for ZeroMQ It may give you some ideas on how to tackle the amqp port On Sun, Sep 21, 2014 at 12:32 PM, jerome moliere wrote: > Hi all, >

Re: PicoLisp roots

2014-09-22 Thread jerome moliere
Thanks Joe for the pointer... Sounds very interesting.. I '' have a closer look tonight... regards On Mon, Sep 22, 2014 at 12:35 PM, Joe Bogner wrote: > Hi Jerome, > > You might be interested in https://github.com/michelp/0pl as it's > somewhat similar to what you are trying to accomplish. It's