Skip to content

Commit

Permalink
πŸ”— add link to j wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
cratelyn committed Nov 15, 2023
1 parent cfc3ab9 commit 3f4549b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ the jsoftware wiki includes the following story concerning the original Incunabu
accordingly, j does not intend to be a fully-fledged implementation of an array language.

visit <https://www.jsoftware.com/> if you would like to learn more about J. the J wiki's
["Getting Started"][j-getting-started] page has useful information about installing J, and the
["NuVoc"][j-nuvoc] page is a useful reference for J's vocabulary.

j values may be integers, arrays, or 2-dimensional matrices; higher-rank matrices are not
implemented. a small number of verbs and adverbs are provided. variables may be defined.

Expand Down Expand Up @@ -706,3 +710,5 @@ todo...
[why-k]: https://xpqz.github.io/kbook/Introduction.html#why-k
[api-guidelines]: https://rust-lang.github.io/api-guidelines/future-proofing.html
[j-gerunds]: https://code.jsoftware.com/wiki/Vocabulary/GerundsAndAtomicRepresentation
[j-getting-started]: https://code.jsoftware.com/wiki/Guides/Getting_Started
[j-nuvoc]: https://code.jsoftware.com/wiki/NuVoc

0 comments on commit 3f4549b

Please sign in to comment.