eclipse-lisp icon indicating copy to clipboard operation
eclipse-lisp copied to clipboard

Eclipse Common Lisp

Results 3 eclipse-lisp issues
Sort by recently updated
recently updated
newest added

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...