eclipse-lisp
eclipse-lisp copied to clipboard
Eclipse Common Lisp
The C code is bootstrapped from the Lisp code which however doesn't build under any modern open source Lisp.
This line loops from 1 to 8; the array it is initializing is indexed from 0-7; The ommision of 0 is probably correct, as all zeros is the data tag....
The .a files would fail to get created unless I changed the ar flags from rvl to rcs like this: ``` diff --git a/c/makefile b/c/makefile index 7f44cc7..46ce6ad 100644 --- a/c/makefile...