Hi to all! Before s.b. is reinventing wheels, like porting Picolisp onto .net, please consider Femtolisp, which is the base underlying Julia programming language JIT compiler. It's LLVM based and ultra fast, tiny and quite useful as PoC for implementing Picolisp on your own.
https://github.com/JeffBezanson/femtolisp/blob/master/README.md Picolisp on Windows and .NET ... i could never have imagined that s.b. could want that ... is Windows still in use anywhere? I mean: After Emotet, newest Zero Day Exploits, ....? Still no antidote against, after one year now! Sorry, that i must say that, but whole Microsoft infrastructure has collapsed under its own weight, cross site complexity! "End of lifetime" for Microsoft, i would say! Have fun! Am Dienstag, 24. März 2020 schrieb C K Kashyap <[email protected]>: > 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 >
