Re: pil21 repo

2020-03-01 Thread Alexander Williams
Thanks Mike, With the help of Mansur, we now have pil21 pushed automatically to GitHub as well: https://github.com/picolisp/pil21/ Commit messages will have dates, as opposed to version numbers like the current PicoLisp. Looking forward to watching the development. AW On Fri, 21 Feb

Re: pil21 repo

2020-02-21 Thread rick
On Fri, 21 Feb 2020 03:37 -05:00, Jean-Christophe Helary wrote: > If keeping $20/y is more important than supporting free software, then > I don't see the point spending time (=money) on picolisp, or on free > software in general. I hear you, JC. I’m a member of sr.ht too. Love the concept!

Re: pil21 repo

2020-02-21 Thread Jean-Christophe Helary
Sorry I started this digression, so the reply is just for informative purpose and commentary and not intended as a will to pursue this particular discussion :) I'm fine with GitHub or whatever. > On Feb 21, 2020, at 16:49, Mike wrote: > >>> Someday all this must move to github.com/picolisp.

Re: pil21 repo

2020-02-20 Thread Mike
>> Someday all this must move to github.com/picolisp. >> @Mansur will take care. > > Why not use sr.ht ? > It fully supports W3C accessibility guidelines. o) Because github.com is free o) Better have one point of entry o) No one will pay for sr.ht account (in general its not free) (mike) --

Re: pil21 repo

2020-02-20 Thread Jean-Christophe Helary
> Someday all this must move to github.com/picolisp. > @Mansur will take care. Why not use sr.ht ? It fully supports W3C accessibility guidelines. Jean-Christophe Helary --- http://mac4translators.blogspot.com @brandelune -- UNSUBSCRIBE:

pil21 repo

2020-02-20 Thread Mike
hi all, repo for pil21 exists, updating hourly. https://git.envs.net/mpech/pil21 Script beyond repo is simple: rm -rf pil21.tgz wget -q http://software-lab.de/pil21.tgz tar zxf pil21.tgz cd pil21 git add . git commit -aqm "." > /dev/null git push -q Someday all this must move to