Package: wnpp Severity: wishlist Owner: "Jacob Mealey" <[email protected]> X-Debbugs-Cc: [email protected], [email protected], [email protected]
* Package name : janet Version : 1.41.2 Upstream Author : Calvin Rose <[email protected]> * 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. I should note, an ITP already exists (#983003) for this written by Bradford Boyle. We chatted off-list about me taking over this ITP. I will merge these two reports once I have a number for this ITP.

