1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-17 14:14:49 +00:00
This commit is contained in:
Fyodor Shchukin 2018-12-13 20:57:55 +03:00 committed by GitHub
parent 3437880c78
commit 85a190b971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
<img src="https://raw.githubusercontent.com/honix/janet/master/assets/janet-w200.png" alt="Janet logo" width=200 align="left">
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
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.