Supported Languages
snippet.run supports Shell, Python and Deno
Shell
The snippet.run CLI uses the /bin/bash
command to run shell snippets
Python
When running a Python snippet, the snippet.run CLI will try to find the python3 executable on the computer. If the python3 executable could not be found, the run will fail
Deno
The snippet.run CLI uses the deno command to run deno snippets. If the deno executable could not be found, the run will fail
Typescript is supported and dependencies will be downloaded by Deno
Why use Deno instead of Node.js
- Native Typescript support
- Simple dependency management
- Secure by default
- Lightweight