Hi Kashyap, > I've decided to try and extend miniPicoLisp with networking(or perhaps just > the capability to call into external program) to make it useful as a > scripting system that I can share with my colleagues. Please do let me know > if that's not a good idea.
This is surely a good idea. Ersatz is too slow, and Java in general is a hog. Pil21 is not ready yet, and will be loaded with all that POSIX stuff. > Towards that, as a first step, I tried to compile miniPicoLIsp with 64bit C > compiler and ran into some errors. Could you please take a look at this > patch and confirm if these changes are sufficient? I essentially changed > the use of long to long long in a couple of places :) I see. I would have expected 'long' to be 64 bits in a 64-bit environment. Strange. Another option might be considering int64_t explicitly. The changes are good I think. ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe