mirror of
https://github.com/janet-lang/janet
synced 2025-01-12 08:30:26 +00:00
Remove more mentions of lisp in descriptions.
This commit is contained in:
parent
b97e011715
commit
33b5d9651f
4
janet.1
4
janet.1
@ -13,8 +13,8 @@ janet \- run the Janet language abstract machine
|
|||||||
.BR args ...
|
.BR args ...
|
||||||
.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 Lisp-like language, but lists are replaced by other data structures
|
||||||
and performance (arrays, tables, structs, tuples). The language also features bridging
|
(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.
|
||||||
|
@ -3,7 +3,7 @@ adopt-info: janet
|
|||||||
summary: functional and imperative programming language and bytecode interpreter
|
summary: functional and imperative programming language and bytecode interpreter
|
||||||
description: |
|
description: |
|
||||||
**Janet** is a functional and imperative programming language and bytecode interpreter. It is a
|
**Janet** is a functional and imperative programming language and bytecode interpreter. It is a
|
||||||
modern lisp, but lists are replaced
|
Lisp-like language, but lists are replaced
|
||||||
by other data structures (arrays, tables (hash table), struct (immutable hash table), tuples).
|
by other data structures (arrays, tables (hash table), struct (immutable hash table), tuples).
|
||||||
The language also supports bridging to native code written in C, meta-programming with macros, and bytecode assembly.
|
The language also supports bridging to native code written in C, meta-programming with macros, and bytecode assembly.
|
||||||
base: core18
|
base: core18
|
||||||
|
Loading…
Reference in New Issue
Block a user