The system Ioad facility I have developed, on its first run on a particular system, creates a core file containing all the support libraries needed for the system, and then starts SBCL using that core file, proceeding to ASDF load the system proper. On subsequent starts, the first core creation step is skipped, saving much time, in most cases making the systems start instantly since no compilation needs to occur.
Hi,
I'm continually learning Common-lisp and trying to find the best style
that suites me better. I've tried 'an imager' style (cooking a an
image with all required libraries loaded when required), and 'a filer'
style (loading files or systems each time I fire-up a CL
implementation). I'm interested to hear what others use CL. How do
they manage day to day work? how do their preferred style mesh into
their production pipeline (coding, debugging, deployment and
maintenance)? and what makes them prefer one way over another or the
mix if applicable?
Regards,
Ala'a Mohammad.
_______________________________________________
pro mailing list
pro@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/pro