Re: web app example - todo w/mithril.js

2016-09-14 Thread Mike Pechkin
I will implement bcrypt in PicoLisp. On Wed, Sep 14, 2016 at 7:14 AM, Joe Bogner wrote: > I've been working on an example of using PicoLisp to create as a single > page web application (javascript / SPA). > > The code is available at

Re: web app example - todo w/mithril.js

2016-09-14 Thread Joe Bogner
On Wed, Sep 14, 2016 at 7:52 AM, Mike Pechkin wrote: > I will implement bcrypt in PicoLisp. > > Great! It will be nice to eliminate that dependency on bcrypt.so >

Re: web app example - todo w/mithril.js

2016-09-14 Thread O.Hamann
I always like short examples like this. Thank you for sharing. On 14.09.2016 06:14, Joe Bogner wrote: I've been working on an example of using PicoLisp to create as a single page web application (javascript / SPA).

Re: web app example - todo w/mithril.js

2016-09-14 Thread rick
Hi Joe! On Wed, 14 Sep 2016 00:14 -0400, Joe Bogner wrote: > I've been working on an example of using PicoLisp to create as a > single page web application (javascript / SPA). > > The code is available at https://github.com/joebo/pil-mithril-todo > > You can play with the example here (may be

Re: web app example - todo w/mithril.js

2016-09-14 Thread Joe Bogner
rick, great suggestion and thanks for the feedback! Added and deployed! https://github.com/joebo/pil-mithril-todo/blob/master/app.js#L52 On Wed, Sep 14, 2016 at 8:37 PM, wrote: > Hi Joe! > > On Wed, 14 Sep 2016 00:14 -0400, Joe Bogner wrote: > > I've been working on an