I have been using Clozure (ccl) on Linux (core 2 duo) and OS X (core 2 duo) My observations are: * On Linux, Clozure uses one core maximally and doest not really use the other one. (Occasionally, it switches cores, but it just uses one at a time) * On OS X, both cores are used for about 50%. Because...
It turns out my source code is in MAC format. Clozure on Vista reads unix format by default. But when compiling code in mac format, it does NOT return any error and still generate object files. Although the size of these dummy object file is very small (< 1KB), it took me a long time to realize that...
I have been using Macintosh Common Lisp (MCL) for several years. Now I am switching to Clozure CL/Emacs on Windows Vista. The first problem is I cannot load/compile my files successively. I use (load (compile-file "....")). * Every .lisp file is "complied" to *.wx64fsl. But every...