1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-10 02:28:07 +00:00

Move documentation from wiki into repo.

This commit is contained in:
Calvin Rose
2018-12-15 15:32:08 -05:00
parent fb6dd2c83f
commit 79184ab05d
5 changed files with 1021 additions and 3 deletions

6
doc/Home.md Normal file
View File

@@ -0,0 +1,6 @@
Janet is a dynamic, lightweight programming language with strong functional
capabilities as well as support for imperative programming. It to be used
for short lived scripts as well as for building real programs. It can also
be extended with native code (C modules) for better performance and interfacing with
existing software. Janet takes ideas from Lua, Scheme, Racket, Clojure, Smalltalk, Erlang, Arc, and
a whole bunch of other dynamic languages.