unsubscribe

2019-03-05 Thread Alexander Sharihin
Hello.

I haven't enough time for it.

Have a good day!


Re: GitHub sold out to Microsoft

2018-06-05 Thread Alexander Sharihin
Hello!

GitLab works on Microsoft's Azure Cloud.

As I know picolisp developed without using github nor gitlab.

If you care about freedom use only self-hosted solutions(I'm using just a
ssh-server and user named git with simple diy repo creating tool).

2018-06-05 9:52 GMT+03:00 pd :

> Best alternative probably is gitlab which is free and git based
>
> Anyway there's no reason to change right now because github already was
> non-free and closed so there's nothing new with MS, just a closed company
> swapping. If github was good before it could be good now Just sit down to
> see what MS is planning
>
> El Mar 05/06/2018, 8:45, Nehal  escribió:
>
>> Dear PicoLisp programmers,
>>
>> Just see attached news of GitHub been sold out to Microsoft. Being former
>> FSF licensing intern I strongly believe we now need to look forward to
>> another free code hosting platform in order to keep our projects,
>> especially PicoLisp source files free and open Source in its true spirit
>> and not be under umbrella of proprietary firms that are not true to spirit
>> of FOSS.
>>
>> There is an urgent need to ponder on this and take a strong decision to
>> move stuff from GitHub altogether. Mercurial (https://en.m.wikipedia.org/
>> wiki/Mercurial), GNU Savannah (https://en.m.wikipedia.org/
>> wiki/GNU_Savannah) may be other alternatives!
>>
>> Regards,
>> Nehal
>>
>> सा विद्या या विमुक्तये
>>
>


Re: Update your topics (GitHub)

2017-09-26 Thread Alexander Sharihin
Sometimes detect as common lisp, because files is valid code for cl too.

26 сен 2017 г. 8:34 пользователь "Alexander Williams" 
написал:

> Hi all,
>
> For anyone using GitHub to store their PicoLisp code/projects, can you
> please add the 'picolisp' topic (label) to the repository?
>
> It's a GitHub feature which makes it easy to find other projects with the
> same topic(s).
>
> Example: https://github.com/search?q=topic%3Apicolisp=Repositories
>
> GitHub provides the ability to search by language as well, but their
> algorithm doesn't always correctly identify PicoLisp code - probably due to
> incorrect coding style (*cough* like mine *cough*). Topics however, are
> user-generated.
>
> More about topics: https://help.github.com/articles/about-topics/
>
> Thanks!
>
>
> AW
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>


Is it possible to listen port on specific ip address?

2017-09-01 Thread Alexander Sharihin
When I use (accept (port 6000) .. ) - I'm listening port on 0.0.0.0 ip
address, but I'm want to listen it on specific interface(or localy -
127.0.0.1).

Is it possible?


Re: Beginner RESTful Web app in PicoLisp?

2017-08-17 Thread Alexander Sharihin
Hello!

If you want create rest app you can try this library:
https://bitbucket.org/iromero91/web.l/wiki/Home

2017-08-17 8:48 GMT+03:00 Christopher Howard :

> Hi, I want to create a really simple PicoLisp Web application that
> parses the URL, and does something. Probably something silly, e.g.,
> visiting http://localhost/addition/2/2 returns a Web page showing 2+2 =
> 4. Is there some small sample PicoLisp code I could look at or start
> with?
>
> I saw on picolisp.com the tutorial  >, but it didn't seem quite like what I was looking for.


Subscribe

2017-06-21 Thread Alexander Sharihin