diff options
| author | 2019-07-28 22:19:50 +0800 | |
|---|---|---|
| committer | 2019-07-28 22:19:50 +0800 | |
| commit | de50a38bb1f5e7911a51c8754c539d83573c91c8 (patch) | |
| tree | 46932fad5db6850482504776a0c769cef08fca39 /janet.1 | |
| parent | Update math/log docstring (diff) | |
Update man page
Diffstat (limited to 'janet.1')
| -rw-r--r-- | janet.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ janet \- run the Janet language abstract machine .SH DESCRIPTION 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 bridging bridging +and performance (arrays, tables, structs, tuples). The language also 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. |
