Re: PicoLisp is DEAD (Was: PicoLisp and its (lack of) libraries)

2012-01-24 Thread Doug Snead
After many merry rounds of compilation and discovery, it seems that the ndk-build's compiler -falign-functions[=n] and friends align functions relative to this option, but off by one (+1, or is that just |1?).;-) In pico.h, sadly, I besmirched the code thusly, #ifdef ANDROID_ARM // android arm

Re: PicoLisp is DEAD (Was: PicoLisp and its (lack of) libraries)

2012-01-24 Thread Alexander Burger
Hi Doug, After many merry rounds of compilation and discovery, it seems that the ndk-build's compiler -falign-functions[=n] and friends align functions relative to this option, but off by one (+1, or is that just |1?).;-) Weird indeed. Can't believe ;-) In pico.h, sadly, I besmirched the

javac ImageNoise, file location

2012-01-24 Thread Jon Kleiser
Hi Alex, I just tried your ImageNoise code, found here http://rosettacode.org/wiki/Image_noise#PicoLisp. I may have tried it, or some other javac sample code, earlier, as the following problem rang a bell: With the ImageNoise script file in some other directory than the picoLisp, where the ersatz

Re: javac ImageNoise, file location

2012-01-24 Thread Christian Kellermann
Hi Jon, * Jon Kleiser jon.klei...@usit.uio.no [120124 21:14]: With the ImageNoise script file in some other directory than the picoLisp, where the ersatz and tmp are, then I get ClassNotFoundException: ImageNoise; otherwise it works as intended. Is it possible to modify the ImageNoise code so

Re: Macros

2012-01-24 Thread Imran Rafique
Thanks for the detailed response Alex. Sorry for taking so long to respond. Comments inline ... On 23 January 2012 14:53, Alexander Burger a...@software-lab.de wrote: But one of the key things which make me feel comfortable in any lisp is the knowledge that I can effectively re-arrange the