Re: How to manage picoLisp "projects"

2015-06-30 Thread Alexander Williams
Hi, I did create a module manager which uses the *Makefile* and *module.l*, but the code is not clean and it doesn't entirely work the way I want, so I haven't released it. I don't think I would have time to release anything before the end of summer, so feel free to take a stab at it if you think

Re: How to manage picoLisp "projects"

2015-06-29 Thread andreas
Hi Erik, thanks for the hint! I discussed this topic with Alex Williams before, but somehow I wasn't aware of what he did here with the Makefile. That's really neat, something like this really should be intergrated in a module management, I think. - Original Message - From: Erik Gustaf

Re: How to manage picoLisp "projects"

2015-06-29 Thread Erik Gustafson
Alex Williams is onto something. Checkout https://github.com/aw/picolisp-nanomsg, notably the Makefile and module.l. Works very well! On Monday, June 29, 2015, wrote: > Hi Rick > > > Basically, I'm wondering if there is a project management tool like > > Maven (Java), Leiningen (Clojure), Cask (

RE: How to manage picoLisp "projects"

2015-06-29 Thread andreas
Hi Rick > Basically, I'm wondering if there is a project management tool like > Maven (Java), Leiningen (Clojure), Cask (Elisp), ASDF (CL), but for > picoLisp. I'd also be interested in hearing arguments for or against > such a thing. (Not having used these tools, I'm ok just manually > keeping

Re: How to manage picoLisp "projects"

2015-06-28 Thread Rick Hanson
> And everything is working fine. For those curious about how now to run the demo app from the project directory, it's just $ cd pl-web-demo $ pil main.l -go which is probably what you expected. -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe