mit-scheme-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MIT-Scheme-users] Help with load-noisily?


From: gdsuper
Subject: [MIT-Scheme-users] Help with load-noisily?
Date: Tue, 5 Feb 2013 23:37:30 -0200

Hi!
 
I'm loading a file but I want Scheme to print the value of each _expression_ in the file as it is evaluated. I created .scheme.init with (set! load-noisily? #t) in it but when I use (load  "test.scm") I still can't see the values of all the expressions. Can anyone help? Thanks!
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]