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 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 temporary):
> >
> > http://csilo.com:8088/
> >
> > log in with admin/admin
> >
> > I welcome any feedback!
>
> This is very nice, i.e. a nice digestible, but non-trivial and coherent,
> example that people can use to learn how to do such as this easily and
> quickly.  It also looks very professional, slick.
>
> A question: when you are done typing a task description in the text
> field, is it possible to have the task added when you then press ENTER
> there (i.e. without having to press the Add button)? Just wondering.
>
> Thanks for doing this!  Best, --Rick
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subjectUnsubscribe
>


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 temporary):
> 
> http://csilo.com:8088/
> 
> log in with admin/admin
> 
> I welcome any feedback!

This is very nice, i.e. a nice digestible, but non-trivial and coherent,
example that people can use to learn how to do such as this easily and
quickly.  It also looks very professional, slick.

A question: when you are done typing a task description in the text
field, is it possible to have the task added when you then press ENTER
there (i.e. without having to press the Add button)? Just wondering.

Thanks for doing this!  Best, --Rick
--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


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 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 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 https://github.com/joebo/pil-mithril-todo
>
> You can play with the example here (may be temporary):
>
> http://csilo.com:8088/
>
> log in with admin/admin
>
>
> I welcome any feedback!
>
> Joe
>