1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-15 17:24:13 +00:00
This commit is contained in:
Fyodor Shchukin
2018-12-13 20:57:55 +03:00
committed by GitHub
parent 3437880c78
commit 85a190b971

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.