Hi!
I have put together an egg containing the SLIB 3a3 sources. You can d/l and install it directly like this: chicken-setup http://www.call-with-current-continuation.org/slib.egg It will install SLIB in <repository-path>/slib and do the necessary steps to allow: (use slib) (require 'charplot) ; note redefinition of "require"! ... Note that SLIB can currently not be properly compiled, due to broken design. Single packages could be extracted and compiled of course, but there is no general procedure for compiling the whole of SLIB. On the other hand it may still be useful in the interpreter. Only minimal testing has been done. Feedback is welcome. cheers, felix -- http://galinha.ucpel.tche.br:8081/blog/blog.ssp _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
