diff options
| author | 2019-01-06 03:23:03 -0500 | |
|---|---|---|
| committer | 2019-01-06 03:23:03 -0500 | |
| commit | 6f3bc3d577962b08c7143c007575ca8917588485 (patch) | |
| tree | 853a78db81149b10241d1946ce274a23d08ea87e /janet.1 | |
| parent | Add source location to doc macro. (diff) | |
Update copyright date, fix types, remove trailing whitespace.
Diffstat (limited to 'janet.1')
| -rw-r--r-- | janet.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ janet \- run the janet language abstract machine [\fB\-\-\fR] .IR files ... .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 and performance (arrays, tables, structs, tuples). The language also bridging bridging to native code written in C, meta-programming with macros, and bytecode assembly. @@ -19,7 +19,7 @@ into other programs. Try janet in your browser at https://janet-lang.org. Implemented in mostly standard C99, janet runs on Windows, Linux and macOS. The few features that are not standard C99 (dynamic library loading, compiler -specific optimizations), are fairly straight forward. Janet can be easily ported to +specific optimizations), are fairly straight forward. Janet can be easily ported to most new platforms. .SH DOCUMENTATION |
