Subscribe

2014-09-19 Thread jerome moliere
-- J.MOLIERE - Mentor/J

PicoLisp on NuttX

2014-09-19 Thread jerome moliere
Hi all, this is my first post here. I am not a Lisp expert , I have a strong Java background I discovered Lisp one year ago with Clojure... I am working on a connected watch project running on a very tiny hardware (MCU running a Cortex ARM 3 from ST microelectronics). I'd like to know if you

Re: PicoLisp on NuttX

2014-09-20 Thread jerome moliere
Thanks Alex for your answer. Is it possible/adviseable to slim down the PicoLisp to drop all unused libraries (XML/JSON) to have a miniPicoLisp superset ? The system running NuttX is a 120Mhz MCU with 128Ko RAM + 1 Mo Flash PicoLisp reduced in size on disk (with database options) + one AMQP broker

Re: PicoLisp on NuttX

2014-09-20 Thread jerome moliere
Thanks for the details... for 8KLisp , Z80 won't be helpful on ARM MCU .. I should try to make some tests , but I don't have the dev kits yet ... Kind regards On Sat, Sep 20, 2014 at 10:32 AM, Alexander Burger a...@software-lab.de wrote: Hi Jerome, Is it possible/adviseable to slim down the

Re: PicoLisp on NuttX

2014-09-20 Thread jerome moliere
a Scheme. Claims (perhaps pinch of salt needed) to be able to run in as little as 1KB RAM. The original developer was the guy behind Gambit, so there's probably something to it (I haven't used it myself). -Original Message- From: jerome moliere jer...@javaxpert.com To: picolisp@software

Re: Announce: PicoLisp on bare metal

2014-09-20 Thread jerome moliere
Thanks Raman and thanks to all the PicoLisp community. I am always impressed by the Open Source spirit still found in some projects.. You don't know me you bring me for free all you expert thoughts... Thanks again I will have a closer look to the Alcor6L project (already read the README.MD

Re: Announce: PicoLisp on bare metal

2014-09-21 Thread jerome moliere
depends on your App. Does it demand execution speed or extensibility? What do you mean flash disk? You mean the flash on the MCU? R On 20 September 2014 22:08, jerome moliere jer...@javaxpert.com wrote: Thanks Raman and thanks to all the PicoLisp community. I am always impressed by the Open

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 jerome moliere
, 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 can read between the lines some philosophical

Re: PicoLisp roots

2014-09-22 Thread jerome moliere
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 jer...@javaxpert.com wrote: Hi all, I do not intend to spam your mailing list , sorry if this question sounds stupid for many of you

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 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

PicoLisp / REPL Emacs

2014-09-29 Thread jerome moliere
Hi all, I have seen the docs about Emacs and found one webblog dealing with PicoLisp Emacs but the information is quite old.. Do you use Emacs and Company ? How do you integrate the PicoLisp REPL into Emacs ? I'd like to avoid auto complete because I already have a quitte tricky