JA

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.
Latest: 1.38.0
Last checked: Feb 24, 2026 4:05am
Rank: 5893/15140
Monitored via:
GitHub Releases Winget Request more monitors
Follow to track new versions in your feed.
Report

Overview

0
License: MITWinget: Available

Version & Lifecycle

0
Current: 1.38.0 N-2: 1.33.0 Avg cadence: Every 260 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

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:
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

Other names people use for this app — helps search and matching.

janet

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.