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, so our company shifts to code red which means full work from home. I hope and pray this pandemic will end soon so that we can all go back to our normal and safe life.
Back to original subject, I am also interested of this subject. Actually I am working on something for this and plan to announce it once I have something to show. But because you are asking, maybe I could share some info here. I am currently planning to implement PicoLisp on .Net framework with these two approach: 1. Using DLR which is used for IronPython and IronRuby 2. Implement from scratch and use DLR as reference Progress is a bit slow because of work, but aiming to make something happen before or on PicoLisp Conference :) BR, Geo On Wed, Mar 25, 2020 at 11:51 AM C K Kashyap <[email protected]> wrote: > 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 <[email protected]> wrote: > >> 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 capability....is that >> not so? >> Regards, >> Kashyap >> >> On Tue, Mar 24, 2020 at 7:03 PM r cs <[email protected]> wrote: >> >>> Kashyap: >>> >>> Have you considered Ersatz on Windows? >>> >>> Regards, >>> rcs >>> >>> On Tue, Mar 24, 2020 at 6:55 PM C K Kashyap <[email protected]> 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 to run picolisp on Windows. >>>> >>>> minipicolisp is easy to build on Windows (with mingw). However, it does >>>> not really have networking and bignum among other things. >>>> >>>> I was wondering if it would be easier/better - >>>> >>>> 1. Try to figure out how to use networking in minipicolisp - perhaps >>>> using libuv (the io library that's used by nodejs) >>>> 2. Figure out how to patch the Posix calls needed by Picolisp >>>> 3. Use PicoLisp LLVM as the base >>>> 4. Any other idea :) >>>> >>>> Regards, >>>> Kashyap >>>> >>> >>> >>> -- >>> *Níl aon tinteán mar do thinteán féin. *[Irish Gaelic] >>> (There is no fireside like your own fireside.) >>> >>> >>>
