Re: PicoLisp on windows

2020-03-24 Thread George-Phillip Orais
Ah ok got it, thanks for the clarification. Hmm maybe you can also try the Emu of Pil64, its in C also. BR, Geo On Wed, Mar 25, 2020 at 2:23 PM C K Kashyap wrote: > By runtime I meant something beyond just the OS - in the case of .net , > you need the CLR (like the jvm in case of java). It's

Re: PicoLisp on windows

2020-03-24 Thread C K Kashyap
By runtime I meant something beyond just the OS - in the case of .net , you need the CLR (like the jvm in case of java). It's just that windows machines come with CLR so it is not apparent. Regards, Kashyap On Tue, Mar 24, 2020 at 10:08 PM George-Phillip Orais < orais.georgephil...@gmail.com>

Re: PicoLisp on windows

2020-03-24 Thread George-Phillip Orais
Hi Kashyap, That's also one of my plan so it will work on Linux and Mac, but will see coz it will be redundant especially for Linux. miniPicoLisp is indeed pure PicoLisp and ideally for embedded systems, but I'm not sure what you mean "not needing any runtime". BR, Geo On Wed, Mar 25, 2020 at

Re: PicoLisp on windows

2020-03-24 Thread C K Kashyap
It will be great if I could have a starting point to extend miniPicoLisp - hasn't anyone tried to add networking to miniPicoLisp :) Regards, Kashyap On Tue, Mar 24, 2020 at 9:36 PM C K Kashyap wrote: > Thanks all, > > Hey Geo - perhaps you should use .Net core :) - I look forward to your >

Re: PicoLisp on windows

2020-03-24 Thread C K Kashyap
Thanks all, Hey Geo - perhaps you should use .Net core :) - I look forward to your implementation. I'd still like to figure the possibility of adding to miniPicoLisp - I like the idea not needing any runtime :) Regards, Kashyap On Tue, Mar 24, 2020 at 8:43 PM r cs wrote: > Ersatz is much

Re: PicoLisp on windows

2020-03-24 Thread r cs
Ersatz is much more functional than minipicolisp and includes basic TCP networking. Regards, rcs On Tue, Mar 24, 2020 at 10:51 PM C K Kashyap wrote: > Thanks rcs, > I just checked - at the very least Ersataz has "call" implemented!!! > ...makes it more useful that miniPicoLIsp. > Regards, >

Re: PicoLisp on windows

2020-03-24 Thread George-Phillip Orais
Hi Kahsyap et al, First of all, I hope everyone here and everyone's family are doing well, safe and far from the COVID19 danger. Today I started to work from home because yesterday the report came that one worker from different company but in the same building of our office is COVID19 positive,

Re: PicoLisp on windows

2020-03-24 Thread C K Kashyap
Thanks rcs, I just checked - at the very least Ersataz has "call" implemented!!! ..makes it more useful that miniPicoLIsp. Regards, Kashyap On Tue, Mar 24, 2020 at 7:27 PM C K Kashyap wrote: > Hi rcs, > I had not considered Erstaz since I assumed that it is equivalent in > capability to

Re: PicoLisp on windows

2020-03-24 Thread C K Kashyap
Hi rcs, I had not considered Erstaz since I assumed that it is equivalent in capability to miniPicoLisp and has the added requirement of JVM. While I am sure about the JVM part, I am not so sure about the capabilityis that not so? Regards, Kashyap On Tue, Mar 24, 2020 at 7:03 PM r cs wrote:

Re: PicoLisp on windows

2020-03-24 Thread r cs
Kashyap: Have you considered Ersatz on Windows? Regards, rcs On Tue, Mar 24, 2020 at 6:55 PM C K Kashyap wrote: > Hi All, > I've been using PicoLisp under docker on my windows machine but a > challenge that I face is in my ability to share the scripts with my > colleagues. It would be awesome

PicoLisp on windows

2020-03-24 Thread C K Kashyap
Hi All, I've been using PicoLisp under docker on my windows machine but a challenge that I face is in my ability to share the scripts with my colleagues. It would be awesome to run picolisp on Windows. minipicolisp is easy to build on Windows (with mingw). However, it does not really have