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
