[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2.2 Options

Command-line Option: --r5rs

loads only R5RS library.

Command-line Option: --locale locale

sets locale of messages such as "ja" or "en.GB".

Command-line Option: --import [package ...]

imports packages which you specified (ex. gui, net, math). All packages will be imported if you specify "all".

Command-line Option: --report-load-time

prints the elapsed time to bootstraping.

Command-line Option: --version

prints the version infomation and exits.

Command-line Option: -version

same as –version.

Command-line Option: -e script

executes the given script and exits.

Command-line Option: --eval script

same as -e.

Command-line Option: -E script-line

prints the result of the given script and exits.

Command-line Option: --exec script-line

same as -E.

Command-line Option: --fold-case

sets symbols of this interpreter to case insensitive.

Command-line Option: --no-fold-case

sets symbols of this interpreter to case sensitive (default).


[ << ] [ < ] [ Up ] [ > ] [ >> ]

This document was generated on August 9, 2012 using texi2html 5.0.