Compare commits

..

3 Commits

Author SHA1 Message Date
ven
8315386b68
Merge pull request #5208 from nathanielkaiserxyz/master
Some checks failed
Trigger site build / deploy (push) Has been skipped
CI / lint (push) Failing after 18s
* add external links for further reading

* removing extraneous credit.
2024-12-11 21:38:25 +01:00
nathanielkaiserxyz
80be7400d6 removing extraneous credit. 2024-12-11 15:34:21 -05:00
nathanielkaiserxyz
4ff20aaf23 add external links for further reading 2024-12-11 12:22:48 -05:00

View File

@ -329,3 +329,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.