Skip to content

Commit

Permalink
add external links for further reading
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielkaiserxyz committed Dec 11, 2024
1 parent 77bc29d commit 4ff20aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions janet.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Janet
filename: learnJanet.janet
contributors:
- ["John Gabriele", "http://www.unexpected-vortices.com/"]
- ["Nathaniel Kaiser", "http://nathanielkaiser.xyz/"]
---

[Janet](https://janet-lang.org/) is a Lisp-like (Clojure-like),
Expand Down Expand Up @@ -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
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.

Also check out [Janet for Mortals](https://janet.guide/) for an in-depth ebook
on Janet.

0 comments on commit 4ff20aa

Please sign in to comment.