Masataro Asai
Masataro Asai
Now to summarise: Fixed: - The License is BSD, not LLGPL. - `*raw-argv*` - repl-entered -> read-from-stdin - read-from-stdin treats EOF - (_not-related_) "$CIM_HOME/init.lisp" is loaded under protected package -...
Fixed: - generated-help Not fixed yet / discussion remains: - hook style is also specialized to cl. -- not really, (at least now on) - -iEXT and -i EXT -...
Regarding benchmarks, I wish If I had a benchmark script. I admit that the current implementation is not so optimized, but just telling me how you've measured the loading speed...
just done. I used `(getenv "LISP_IMPL")` to manage fasl files from different implementation. The result is, super speedup! ``` ./benchmark.sh ... total runtime of 5 runs: w/ quicklisp 1 2...
I ensured the benchmark works correctly on sbcl, ccl, clisp.
Now, the basic testing facility is fully set up. Just go to `shell-test` and run `make all_impls`. CIM Installation, implementation, lisp codes, everythings are tested automatically.
Finally, it's now able to merge.
TODO: - on ECL, compiled script.lisp does not work because of a0534a7fc7a0ce4c2cb31f7510483dcb9ed8c7e5 , I guess. ECL says it failed to find asdf.
29a26a8 wow, sweet idea.
it looks like it was caused by the directory name containing spaces.