Janet
Janet is a dynamic programming language and bytecode virtual machine designed for system scripting, expressive automation, and embedding in C or C++ programs. It features a small core language with powerful parsing capabilities based on parsing expression grammars, a REPL, and easy C interoperability.
Follow to track new versions in your feed.
Overview
0
Version & Lifecycle
0
Community Notes
No community notes yet
Be the first to as a good question or share deployment tips, customization scripts, command lines, or troubleshooting steps.
Release Notes & Updates
0
Avg cadence: —
Next anticipated release: —
Updates • 0
Help us match vulnerabilities
No vulnerability match yet. Pick the right product:
Looking for matching products…
Don’t see it? Paste a CPE
Also known as
Packaging Notes
0
Janet can be embedded in C projects by compiling a single C source file (build/janet.c) along with header files. It requires linking with math (-lm) and dynamic linker (-ldl) libraries for dynamic modules support.