mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
add external links for further reading
This commit is contained in:
parent
77bc29ddce
commit
4ff20aaf23
4
janet.md
4
janet.md
@ -3,6 +3,7 @@ name: Janet
|
|||||||
filename: learnJanet.janet
|
filename: learnJanet.janet
|
||||||
contributors:
|
contributors:
|
||||||
- ["John Gabriele", "http://www.unexpected-vortices.com/"]
|
- ["John Gabriele", "http://www.unexpected-vortices.com/"]
|
||||||
|
- ["Nathaniel Kaiser", "http://nathanielkaiser.xyz/"]
|
||||||
---
|
---
|
||||||
|
|
||||||
[Janet](https://janet-lang.org/) is a Lisp-like (Clojure-like),
|
[Janet](https://janet-lang.org/) is a Lisp-like (Clojure-like),
|
||||||
@ -329,3 +330,6 @@ This tour didn't cover a number of other features such as modules, fibers,
|
|||||||
PEGs, macros, etc., but should give you a taste of what Janet is like. See
|
PEGs, macros, etc., but should give you a taste of what Janet is like. See
|
||||||
the [Janet manual](https://janet-lang.org/docs/index.html) and the [Janet API
|
the [Janet manual](https://janet-lang.org/docs/index.html) and the [Janet API
|
||||||
docs](https://janet-lang.org/api/index.html) for more info.
|
docs](https://janet-lang.org/api/index.html) for more info.
|
||||||
|
|
||||||
|
Also check out [Janet for Mortals](https://janet.guide/) for an in-depth ebook
|
||||||
|
on Janet.
|
Loading…
Reference in New Issue
Block a user