#983003 ITP: janet -- Dynamic language and bytecode VM

Package:
wnpp
Source:
wnpp
Submitter:
"Bradford D. Boyle"
Date:
2026-06-28 15:54:02 UTC
Severity:
wishlist
#983003#5
Date:
2021-02-18 05:24:52 UTC
From:
To:
* Package name    : janet
  Version         : 1.15.2
  Upstream Author : Calvin Rose <calsrose@gmail.com>
* URL             : https://janet-lang.org/
* License         : MIT
  Programming Lang: C
  Description     : Dynamic language and bytecode VM

Janet is a functional and imperative programming language
and bytecode interpreter. It is a lisp-like language, but
lists are replaced by other data structures (arrays, tables
(hash table), struct (immutable hash table), tuples). The
language also supports bridging to native code written in
C, meta-programming with macros, and bytecode assembly.

There is a REPL for trying out the language, as well as the
ability to run script files. This client program is
separate from the core runtime, so Janet can be embedded in
other programs. Try Janet in your browser at
https://janet-lang.org.

#983003#16
Date:
2026-06-12 21:49:09 UTC
From:
To:
Hello,

Bradford and I chatted off-list about me taking over this ITP.

Thanks
-- Jacob Mealey