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

Re: require-library in a standalone Mzscheme script.




Yes, Jamie points out that you can run things as follows: 

4. Modify foo.ss 

   (printf "hello world ~s~n" explode-path)

   Now run: 

   europa.rice.edu 5> mzscheme -l file.ss -r foo.ss
   hello world #<procedure:explode-path>

Things still work. -- Matthias