Picolisp Specific Training

2014-09-25 Thread jerome moliere
Hi all, I think that everything is in the title... Do you know if someone supplies such training ? Kind regards -- J.MOLIERE - Mentor/J

Re: Picolisp Specific Training

2014-09-25 Thread Jakob Eriksson
Maybe Alex could for a price? On September 25, 2014 5:54:02 PM CEST, jerome moliere jer...@javaxpert.com wrote: Hi all, I think that everything is in the title... Do you know if someone supplies such training ? Kind regards -- J.MOLIERE - Mentor/J -- Skickat från min Android-telefon med K-9

Re: Picolisp Specific Training

2014-09-25 Thread Alexander Burger
Hi Jerome, I think that everything is in the title... Do you know if someone supplies such training ? Yes, sure. I'm doing PicoLisp training. ♪♫ Alex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Picolisp Specific Training

2014-09-25 Thread jerome moliere
Thanks for so quick answer. I'll write directly to Alex for more details. Regards On Thu, Sep 25, 2014 at 7:03 PM, Alexander Burger a...@software-lab.de wrote: Hi Jerome, I think that everything is in the title... Do you know if someone supplies such training ? Yes, sure. I'm doing

Performance Observation

2014-09-25 Thread Mark Probert
Hi. I have been having a lot of fun learning picoLisp. Thank you Alex for this gem! As part of my learning, I converted a simple Ruby program I had into plisp and thought I would share the results. The program (namegen) slurps in two files -- one of firstnames with attributes, the other of

Re: Performance Observation

2014-09-25 Thread Michel Pelletier
Can you provide the code? On Sep 25, 2014 4:19 PM, Mark Probert probe...@gmail.com wrote: Hi. I have been having a lot of fun learning picoLisp. Thank you Alex for this gem! As part of my learning, I converted a simple Ruby program I had into plisp and thought I would share the results.

Re: Performance Observation

2014-09-25 Thread Mark Probert
Hi, Michel. Can you provide the code? Sure. Here is the plisp code, such as it is. It is unoptimised, blah-blah. Some sample line from the data files are also included for reference. .. mark. #!/usr/bin/picolisp /usr/lib/picolisp/lib.l # (load @lib/misc.l @lib/mplib.l) # # read