Andreas Voegele <voegelas@gmx.net> writes:
> I've got a rather slow computer running GNU/Linux and scsh 0.6.4.
> Scsh programs take much more time to startup when I use (open
> scheme-with-scsh) instead of (open scsh scheme).
This will be fixed in the next release. For the time being, I
recommend the appended patch. Note that the delay occurs only once
per session, you don't pay anything for a subsequent
(open scheme-with-scsh).
Index: Makefile.in
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/Makefile.in,v
retrieving revision 1.61
diff -u -c -r1.61 Makefile.in
*** Makefile.in 10 Mar 2003 12:13:02 -0000 1.61
--- Makefile.in 1 May 2003 14:07:17 -0000
***************
*** 871,876 ****
--- 871,877 ----
echo ",batch on"; \
echo ",config ,load $(loads)"; \
echo ",open $(opens)"; \
+ echo ",load-package scheme-with-scsh"; \
echo "(dump-scsh \"$@\")"; \
) \
| ./$(VM) -o ./$(VM) -i $(IMAGE) -h 10000000
--
Martin
|