mirror of
https://github.com/janet-lang/janet
synced 2025-01-10 23:50:26 +00:00
Tweak man page.
This commit is contained in:
parent
cca19e921e
commit
17b4dc1fc6
2
janet.1
2
janet.1
@ -14,7 +14,7 @@ janet \- run the Janet language abstract machine
|
|||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Janet is a functional and imperative programming language and bytecode interpreter.
|
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
|
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 bridging
|
and performance (arrays, tables, structs, tuples). The language also features bridging
|
||||||
to native code written in C, meta-programming with macros, and bytecode assembly.
|
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.
|
There is a repl for trying out the language, as well as the ability to run script files.
|
||||||
|
Loading…
Reference in New Issue
Block a user