mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
aa7af35f0f
Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D20379
8 lines
372 B
Plaintext
8 lines
372 B
Plaintext
Janet is a functional and imperative programming language and bytecode
|
|
interpreter. It is a modern lisp, but lists are replaced by other data
|
|
structures with better utility and performance (arrays, tables, structs,
|
|
tuples). The language also supports bridging to native code written in
|
|
C, meta-programming with macros, and bytecode assembly.
|
|
|
|
WWW: https://janet-lang.org/
|