Re: in the spirit of RosettaCode...

2017-03-26 Thread Erik Gustafson
Hi list, I think heroku would probably be best as it's similar to how others in the todo-backend have done it. It would also be good to demonstrate how to deploy a picolisp app to heroku. I made a handful of attempts at getting PL deployed to Heroku this past week. Humbly, I admit defeat for

Re: in the spirit of RosettaCode...

2017-03-17 Thread Joe Bogner
Thanks Erik! I've updated app-persist To run it, I was also thinking heroku or hyper.sh is interesting (minimal expense). For either one, I was thinking of creating a docker container. I have a minimal, non-picolisp, example at: https://github.com/joebo/docker-tinycore-jhs There is also

Re: in the spirit of RosettaCode...

2017-03-17 Thread Erik Gustafson
Hi Joe, Thanks for your work on this! Minor note - app-persist.l starts with # non-persistent version ... To get your implementation listed, we need it running live somewhere. Do you have a favorite method for that? I'm happy to look into using Heroku this weekend. It was a fun exercise.

Re: in the spirit of RosettaCode...

2017-03-15 Thread Joe Bogner
I've completed this. I haven't yet contributed it to the todobackend.com site. If someone wants to do that I'd be grateful https://github.com/joebo/todo-backend-pil/ There are two versions - in-memory (non-persistent) and persistent using the picolisp db. All tests are passing. It was a fun

Re: in the spirit of RosettaCode...

2017-03-01 Thread Joe Bogner
Hi Dave, I am hoping to find some time over the next few days to work on this and will send a note when I have some progress. It looks like an interesting challenge and similar to the todo work I already did. Thanks for sharing. Thanks, Joe On Wed, Mar 1, 2017 at 11:13 AM, Loyall, David

RE: in the spirit of RosettaCode...

2017-03-01 Thread Loyall, David
In the spirit of RosettaCode, may I present http://www.todobackend.com/ ? >>> >>> Seems I should give it a try :) >>> >>> I don't understand the full extent of the task yet, but could it be >>> something >> >> To be correct, I don't understand it at all! >> >> Is the only "spec" a bunch of

Re: in the spirit of RosettaCode...

2017-03-01 Thread Jakob Eriksson
Another clue could be to look at the server end: For instance one in Python https://github.com/KixPanganiban/todo-falcon/blob/master/todo.py AFAIK the whole thing is like a "hello world" for persistence on the server and a very light GUI on the client. On 2017-03-01 08:46, Alexander Burger

Re: in the spirit of RosettaCode...

2017-02-28 Thread Alexander Burger
On Tue, Feb 28, 2017 at 05:21:52PM +0100, Alexander Burger wrote: > > In the spirit of RosettaCode, may I present http://www.todobackend.com/ ? > > Seems I should give it a try :) > > I don't understand the full extent of the task yet, but could it be something To be correct, I don't understand

Re: in the spirit of RosettaCode...

2017-02-28 Thread Alexander Burger
On Tue, Feb 28, 2017 at 05:21:52PM +0100, Alexander Burger wrote: > Hi Loyall, Oops! I mean "Hi Dave!" :) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: in the spirit of RosettaCode...

2017-02-28 Thread Joe Bogner
Hi David, Alex Not exactly the same thing (both front-end and back-end)... I created a todo example last year: https://github.com/joebo/pil-mithril-todo. This is not a pure pil way since it uses a javascript framework - so it could be a PicoLisp / Mithril.js combo. It would be nice to see a pure

Re: in the spirit of RosettaCode...

2017-02-28 Thread Alexander Burger
Hi Loyall, > In the spirit of RosettaCode, may I present http://www.todobackend.com/ ? Seems I should give it a try :) I don't understand the full extent of the task yet, but could it be something similar to http://picolisp.com/wiki/?mindbgui with some modifications and extensions? ♪♫ Alex --