Re: Pil21 is now in Debian Unstable

2020-12-31 Thread George-Phillip Orais
Happy pil21 Alex and everyone!!

On Thu, Dec 31, 2020 at 12:51 PM  wrote:

> Congratulations!  \o/
>
> On Tue, 29 Dec 2020 08:23 -05:00, Alexander Burger wrote:
> > Hi all,
> >
> > On Tue, Dec 29, 2020 at 11:29:22AM +, Mike wrote:
> > > Happy coding and New Year,
> >
> > Thanks a lot to Mike Pechkin for all the testing, feedback, input and
> support,
> > and to Kan-Ru Chen for maintaining the Debian releases! And to all other
> members
> > in this list and the #picolisp IRC channel!
> >
> > ☺/ A!ex
> >
> > --
> > UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
> >
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subjectUnsubscribe
>


3 part cell miniPicoLisp

2020-12-31 Thread C K Kashyap
Hi All,
I had been exploring the miniPicoLisp source for several months now. My
goal was to make it compile with Microsoft C compiler and Tiny C Compiler (
TCC ) on windows - and
gain a deeper understanding of the implementation in the process. In order
to compile using Microsoft C compiler, it was sufficient to remove the use
of VLA(variable length array). However, making it work with TCC was a
different ballgame. It turns out that TCC does not generate functions at
word boundaries - so pointer tagging does not work. The way I addressed it
is by changing the CELL to contain 3 parts instead of 2 - the third part
for type and GC.

I just got "done" with it - https://github.com/lispware/minilisp . It has
limited string/symbol support since it only allows strings that can be
packed in a word. Bringing back full string support would be the first
thing. Or perhaps breaking the single C file up would be first - I found
collapsing all the miniPicoLisp C files into one easier during the change :)

My eventual goal is to get it hooked up with libuv - perhaps by next year :)

Happy New Year!
Kashyap


Re: small curl wrapper

2020-12-31 Thread Alexander Burger
Hi Mansur,

> I've written a little article about my fresh try with curl wrapper:
> https://picolisp.com/wiki/?curlwrapper

Cool! Thanks a lot!

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


small curl wrapper

2020-12-31 Thread Мансур Мамкин
Hi all,
I've written a little article about my fresh try with curl wrapper:
https://picolisp.com/wiki/?curlwrapper

Happy Holidays,
Mansur


Re: PilCon Saturday

2020-12-31 Thread Davide BERTOLOTTO
I should be able to join.

On Thu, Dec 31, 2020, 09:00 Alexander Burger  wrote:

> On Thu, Dec 31, 2020 at 08:36:48AM +0100, Alexander Burger wrote:
> > in two days, Saturday the second of January, we have the next PilCon.
>
> Sorry, forgot to refresh the details:
>
> As ever on a first Saturday, 8:00 UTC at https://meeting.itship.ch/PilCon
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>
>


Re: PilCon Saturday

2020-12-31 Thread Alexander Burger
On Thu, Dec 31, 2020 at 08:36:48AM +0100, Alexander Burger wrote:
> in two days, Saturday the second of January, we have the next PilCon.

Sorry, forgot to refresh the details:

As ever on a first Saturday, 8:00 UTC at https://meeting.itship.ch/PilCon

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe