DOKK / manpages / debian 11 / snek-bin / snek.1.en
SNEK(1) General Commands Manual SNEK(1)

snek - Snek Programming Language

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

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

Reports the version number to stdout and then exits.
Prints usage information to stdout and then exits.
When a program is specified on the command line, enter interactive mode after executing that program.

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.

Keith Packard

snek