Minor edits.

This commit is contained in:
sforman 2023-07-26 16:32:30 -07:00
parent 3f9f558ebb
commit 33fe5c688b
1 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@ Here is an example of Joy code. This function `square_spiral` accepts
two integers and increments or decrements one of them such that the new two integers and increments or decrements one of them such that the new
pair of numbers is the next coordinate pair in a square spiral (like the pair of numbers is the next coordinate pair in a square spiral (like the
kind used to construct an [Ulam Spiral](https://en.wikipedia.org/wiki/Ulam_spiral)). kind used to construct an [Ulam Spiral](https://en.wikipedia.org/wiki/Ulam_spiral)).
For more information see [Square Spiral Example Joy Code](/notebooks/Square_Spiral.html). For more information see [Square Spiral Example Joy Code](https://joypy.osdn.io/notebooks/Square_Spiral.html).
square_spiral [_p] [_then] [_else] ifte square_spiral [_p] [_then] [_else] ifte
@ -72,16 +72,16 @@ It might seem unreadable but with familiarity it becomes as legible as any other
## Documentation ## Documentation
This document describes Joy in a general way below, however most of the This document describes Joy in a general way below, however most of the
documentation is in the form of [Jupyter Notebooks](/notebooks/index.html) documentation is in the form of [Jupyter Notebooks](https://joypy.osdn.io/notebooks/index.html)
that go into more detail. that go into more detail.
### [Jupyter Notebooks](/notebooks/index.html) ** [Jupyter Notebooks](https://joypy.osdn.io/notebooks/index.html) **
There's also a [Function Reference](/FuncRef.html) that lists each There's also a [Function Reference](https://git.sr.ht/~sforman/Thun/tree/trunk/item/docs/reference) that lists each
function and combinator by name and gives a brief description. (It's function and combinator by name and gives a brief description. (It's
usually out of date, I'm working on it.) usually out of date, I'm working on it.)
### [Function Reference](/FuncRef.html) ** [Function Reference](https://git.sr.ht/~sforman/Thun/tree/trunk/item/docs/reference) **