Re: minipicolisp with big num

2024-01-26 Thread C K Kashyap
:) ... thanks Alex! On Fri, Jan 26, 2024 at 10:37 AM Alexander Burger wrote: > Hi Kashyap, Mike, > > > Hey Mike ... I am actually asking if there is such a port/variation of > > miniPicoLisp that has big num support - just like the regular picoLisp. > > I have never heard of any such version.

Re: minipicolisp with big num

2024-01-26 Thread Alexander Burger
Hi Kashyap, Mike, > Hey Mike ... I am actually asking if there is such a port/variation of > miniPicoLisp that has big num support - just like the regular picoLisp. I have never heard of any such version. In fact, I believe that at the moment you are the de-facto specialist of miniPicoLisp. ☺/

Re: minipicolisp with big num

2024-01-26 Thread C K Kashyap
Hey Mike ... I am actually asking if there is such a port/variation of miniPicoLisp that has big num support - just like the regular picoLisp. Regards, Kashyap On Fri, Jan 26, 2024 at 9:14 AM Mike wrote: > > > > On Jan 26, 2024, at 18:19, C K Kashyap wrote: > > > >  > > Hey all, > > Has

Re: minipicolisp with big num

2024-01-26 Thread Mike
> On Jan 26, 2024, at 18:19, C K Kashyap wrote: > >  > Hey all, > Has anyone tried a port of miniPicoLisp with the added big num support? How did you test it? (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: docker for pil21

2024-01-26 Thread C K Kashyap
Nice - I did not know about the --no-cache option :) On Fri, Jan 26, 2024 at 8:09 AM Dmitry Non wrote: > Heya! > Interestingly, I wrote a dockerfile for myself too at the end of Dec.My > versions should be lighter due to the lack of build dependencies in the > final image: > > FROM alpine:3.19

minipicolisp with big num

2024-01-26 Thread C K Kashyap
Hey all, Has anyone tried a port of miniPicoLisp with the added big num support? Regards, Kashyap

Re: miniPicoLisp + libuv +libSDL

2024-01-26 Thread C K Kashyap
Thanks Alex - I'll take the "very good" for now :) I think I found a better example for demo - libuv's file change callback .. I'll do a demo using that -> make changes to a picolisp script and the screen gets updated as I save the script :) Regards, Kashyap On Fri, Jan 26, 2024 at 7:48 AM

Re: docker for pil21

2024-01-26 Thread Dmitry Non
Heya! Interestingly, I wrote a dockerfile for myself too at the end of Dec.My versions should be lighter due to the lack of build dependencies in the final image: FROM alpine:3.19 AS build RUN apk add --no-cache readline-dev libffi-dev libressl-dev binutils make clang llvm llvm-dev pkgconf

Re: miniPicoLisp + libuv +libSDL

2024-01-26 Thread Alexander Burger
Hi Kashyap, > ping Alex :) Yes, very good! There is just not much I can say here :) ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: miniPicoLisp + libuv +libSDL

2024-01-26 Thread C K Kashyap
ping Alex :) On Wed, Jan 24, 2024 at 7:58 AM C K Kashyap wrote: > Hi Alex et al, > For quite some time now (years), I've been attempting to have a > miniPicoLisp + libSDL + libUV working (on Windows as well) for a while and > I have finally got it working :) ... Much of my time was wasted