diff options
| author | 2020-05-16 15:22:12 -0500 | |
|---|---|---|
| committer | 2020-05-16 15:22:34 -0500 | |
| commit | 33b5d9651f9a2b377bd971e32548fde4690ca332 (patch) | |
| tree | a4db55e804270d71fa0f5e9a668d2dfa49116099 /janet.1 | |
| parent | Remove some lisp claims from README for branding. (diff) | |
Remove more mentions of lisp in descriptions.
Diffstat (limited to 'janet.1')
| -rw-r--r-- | janet.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ janet \- run the Janet language abstract machine .BR args ... .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 features bridging +It is a Lisp-like language, but lists are replaced by other data structures +(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. |
