Pascal J. Bourguignon <pjb@...> writes:
Thank you for your detailed reply.
The lisp code is 100% independent code, it has nothing to do with ABCL. ABCL is ONLY used to (compiled and then) load these lisp files into Java environment. Lisp files have to be released as well as we have the project to be open source. Thanks,
Hamda Binte Ajmal <hamda.binte.ajmal@...> writes:
It depends if your lisp code + abcl is a derived work of abcl or not.
AFAIUI,
If your lisp code is 100% conforming code, and therefore can be run unchanged on other CL implementations, you have a good argument that
it
doesn't make a derived work of abcl, and therefore it's not covered by the GPL.
On the other hand, if your lisp code uses ABCL specific features, then it will probably constitute a derived work of ABCL, and will be
covered
by the GPL.