diff options
| author | 2019-07-28 11:11:31 -0500 | |
|---|---|---|
| committer | 2019-07-28 11:11:31 -0500 | |
| commit | 17b4dc1fc65ee51c3ae52727837e8744d506c74c (patch) | |
| tree | 587f18ee3da628d15b37a57b4dfc1997cc73f98a /janet.1 | |
| parent | Merge pull request #147 from curist/master (diff) | |
Tweak 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 +and performance (arrays, tables, structs, tuples). The language also features 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. |
