From 4ff20aaf2303585ec96ee18c89d9f5aa3d60848c Mon Sep 17 00:00:00 2001 From: nathanielkaiserxyz Date: Wed, 11 Dec 2024 12:22:48 -0500 Subject: [PATCH 1/2] add external links for further reading --- janet.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/janet.md b/janet.md index 9ca0b421..2837b0b7 100644 --- a/janet.md +++ b/janet.md @@ -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), @@ -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. \ No newline at end of file From 80be7400d62381ad64e5ba0b8ec6d22e930ce661 Mon Sep 17 00:00:00 2001 From: nathanielkaiserxyz Date: Wed, 11 Dec 2024 15:34:21 -0500 Subject: [PATCH 2/2] removing extraneous credit. --- janet.md | 1 - 1 file changed, 1 deletion(-) diff --git a/janet.md b/janet.md index 2837b0b7..39c85231 100644 --- a/janet.md +++ b/janet.md @@ -3,7 +3,6 @@ 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),