freebsd-ports/lang/janet/pkg-descr
2019-05-23 19:19:46 +00:00

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/