Re: shrinking clisp at build

Bruno Haible <[email protected]> Tue, 10 Oct 2017 15:53:06 +0200
Newsgroups gmane.lisp.clisp.general
Message-ID <4758393.F3yGaOTFU3@omega>
> > is it possible to shrink a clisp system during a from scratch build?
> > i really don't need 'clos', 'ffi', "readline support" for the work i
> > intend to do

A Common Lisp implementation has a certain minimum size, in particular because
CL as a language has a certain size. clisp is one of the smaller CL
implementations, and surely the one with the smallest memory requirements.
If you want something smaller than clisp, probably you want a language
different from Common Lisp?
  - You could try a copy of clisp from 1993; it did not include CLOS at
    that time. But you will have a lot of trouble to make it work on
    today's systems.
  - Or you could try a different language. Maybe ISLisp (which has an
    object system, but a smaller one), or Scheme (Guile if you want
    something modern, or SIOD if you want something small).

Bruno


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
clisp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-list