Re: minipicolisp with Microsoft C compiler

2020-04-09 Thread Alexander Burger
Hi Kashyap, > I just realized that picolisp source has tests and I am going to try and > find out how many of them are valid for miniPicoLisp. Yes, lib/test.l is a good way to start. But you musst probably throw out the larger part of it. > better way to get the tests for miniPicoLisp, please d

minipicolisp with Microsoft C compiler

2020-04-09 Thread C K Kashyap
miniPicoLisp, please do let me know. Regards, Kashyap Hi all, I am working on building minipicolisp with Microsoft C compiler the last few days. It looks like getting rid of the uses of variable length array is the bulk of the work. I was able to get it running after compiling with CL.exe (32bit

minipicolisp with Microsoft C compiler

2020-04-09 Thread C K Kashyap
Hi all, I am working on building minipicolisp with Microsoft C compiler the last few days. It looks like getting rid of the uses of variable length array is the bulk of the work. I was able to get it running after compiling with CL.exe (32bit) - https://github.com/ckkashyap/miniPicoLisp/tree