First of all, I'm forced to use LispWorks and I would like to know what compiler does it actually use and whether I can use it in CLI. Also in LispWorks there are methods like defsystem etc., are they somehow built in the environment or do they form a package I can actually load (for example) in sbcl REPL?
lispworks and sbcl
813 Views Asked by sukovanej At
2
There are 2 best solutions below
0
On
If one has a full LispWorks version (not the Personal Edition), then one can create a version which does not start the IDE by default:
See chapter 12.4.4 Saving a non-windowing image
LispWorks is a commercial Common Lisp implementation that includes its own compiler, debugger, profiler, IDE &c &c.
It comes with its own
defsystemmacro (not method!) as well asadsf.I strongly recommend that you consult the documentation that came with the software.