logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mes - Scheme interpreter for bootstrapping the GNU system

Description

       Evaluate code with Mes, interactively or from a script.

       [-s] FILE
              load source code from FILE, and exit

       -c EXPR
              evalute expression EXPR, and exit

       --     stop scanning arguments; run interactively

       The  above  switches  stop  argument  processing,  and  pass  all  remaining  arguments  as  the value of
       (command-line).

       -e, --main=MAIN
              after reading script, apply MAIN to command-line arguments

       -h, --help
              display this help and exit

       -L, --load-path=DIR
              add DIR to the front of the module load path

       -v, --version
              display version information and exit

   IgnoredforGuilecompatibility:--auto-compile--fresh-auto-compile--no-auto-compile-C, --compiled-path=DIR

Name

       mes - Scheme interpreter for bootstrapping the GNU system

Reporting Bugs

       Report bugs to: bug-mes@gnu.org
       GNU Mes home page: <http://gnu.org/software/mes/>
       General help using GNU software: <http://gnu.org/gethelp/>

See Also

       The full documentation for mes is maintained as a Texinfo manual.  If  the  info  and  mes  programs  are
       properly installed at your site, the command

              infomes

       should give you access to the complete manual.

GNU Mes 0.27                                      January 1970                                            MES(1)

Synopsis

mes [OPTION]... [FILE]...

See Also