A PicoLisp native library tutorial

2015-03-03 Thread Alexander Williams
Hi list, Some of you might know me from IRC @aw-Unscramble. I've written my first PicoLisp library, a native C binding for Nanomsg (picolisp-nanomsg) - as an experiment for myself to learn this language. In doing so, I ran into a few difficulties (mostly noob stuff) but Regenaxer has been very

Re: A PicoLisp native library tutorial

2015-03-03 Thread Henrik Sarvell
Nice! On Tue, Mar 3, 2015 at 5:36 PM, Alexander Williams a...@unscramble.co.jp wrote: Hi list, Some of you might know me from IRC @aw-Unscramble. I've written my first PicoLisp library, a native C binding for Nanomsg (picolisp-nanomsg) - as an experiment for myself to learn this language.

Re: A PicoLisp native library tutorial

2015-03-03 Thread Rick Hanson
This is great stuff. Nice writing style and very useful for me as a n00b. If Alexander is a n00b, by his own self-profession, then I'm a sub-sub-sub-n00b, because this is good stuff. Thanks! On Tue, Mar 3, 2015 at 11:36 AM, Alexander Williams a...@unscramble.co.jp wrote: Hi list, Some of you

Re: A PicoLisp native library tutorial

2015-03-03 Thread Jakob Eriksson
Yep. Definitely interesting. On 03/03/15 18:50, Joe Bogner wrote: Nicely done. Thanks for sharing On Tue, Mar 3, 2015 at 12:16 PM, Henrik Sarvell hsarv...@gmail.com wrote: Nice! On Tue, Mar 3, 2015 at 5:36 PM, Alexander Williams a...@unscramble.co.jp wrote: Hi list, Some of you

RE: A PicoLisp native library tutorial

2015-03-03 Thread Loyall, David
From: Alexander Williams [...] I also wrote a tutorial explaining the code, to help other newbies understand some useful features of PicoLisp: https://github.com/aw/picolisp-nanomsg/blob/master/EXPLAIN.md This is great, Alexander! I really like this part: (setq Result (12 104 101

Re: A PicoLisp native library tutorial

2015-03-03 Thread Michel Pelletier
Awesome! On Tue, Mar 3, 2015 at 11:49 AM, Jakob Eriksson ja...@aurorasystems.eu wrote: Yep. Definitely interesting. On 03/03/15 18:50, Joe Bogner wrote: Nicely done. Thanks for sharing On Tue, Mar 3, 2015 at 12:16 PM, Henrik Sarvell hsarv...@gmail.com wrote: Nice! On Tue,

Re: A PicoLisp native library tutorial

2015-03-03 Thread Alexander Williams
Thanks Dave. That looks painful, but I look forward to seeing your implementation. On Tue, Mar 3, 2015 at 6:29 PM, Loyall, David david.loy...@nebraska.gov wrote: From: Alexander Williams [...] I also wrote a tutorial explaining the code, to help other newbies understand some useful

Re: A PicoLisp native library tutorial

2015-03-03 Thread Alexander Williams
Thank you all for your nice comments. On Tue, Mar 3, 2015 at 7:58 PM, Michel Pelletier pelletier.mic...@gmail.com wrote: Awesome! On Tue, Mar 3, 2015 at 11:49 AM, Jakob Eriksson ja...@aurorasystems.eu wrote: Yep. Definitely interesting. On 03/03/15 18:50, Joe Bogner wrote: Nicely