> From: xinyou yan <yxy....@gmail.com>
> Date: Tue, 18 Jan 2011 23:56:08 +0800
> 
> I am new to scheme.
> I install mit-scheme in freebsd
> 
> I have done some compute in repl
> But I don't know  how to compile a file !
> 
> I use scheme --compile test.scm
> 
> it doesn't work.

There is no --compile command line option.  To compile via a shell
script (and avoid the REPL), this should work:

        echo '(cf "test")' | mit-scheme --batch-mode

There are TONS of such examples in the build scripts.

_______________________________________________
MIT-Scheme-users mailing list
MIT-Scheme-users@gnu.org
http://lists.gnu.org/mailman/listinfo/mit-scheme-users

Reply via email to