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

snek - Snek Programming Language

Author

       Keith Packard

                                                      snek                                               SNEK(1)

Command Line Options

       --version or -v
              Reports the version number to stdout and then exits.

       --help or -?
              Prints usage information to stdout and then exits.

       --interactive or -i
              When a program is specified on the command line,  enter  interactive  mode  after  executing  that
              program.

Description

snek  is a small Python-derivative suitable for embedded computers. This host version is largely designed
       to help test the Snek system and applications on larger machines

Name

       snek - Snek Programming Language

Synopsis

snek[--version|-v][--help|-?][--interactive|-i][program.py]

Usage

       When a program is specified on the command line, snek runs it. Then, if the --interactive flag is passed,
       it enters interactive mode. Otherwise, it exits.

       When no program is specified on the command line, snek enters interactive mode.

See Also