1. In fricas-lisp.lisp, why it is not run for sbcl?

#-:sbcl
(eval-when (:execute :load-toplevel)
    (set-initial-parameters))

2. This function modifies some global variables, but for some Lisps,
the modification does not persist after dumping image.

So some Lisps add 'set-initial-parameters' to the 'restart' hook
in 'save-core-restart'.  I suggest to call 'set-initial-parameters'
in 'fricas-init' instead.

- Qian

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/803d92fe-ebf9-4698-8dd9-511d171b4206%40gmail.com.

Reply via email to