From b7954a39a2c4903946da4a118c07f895958deb98 Mon Sep 17 00:00:00 2001 From: sforman Date: Mon, 13 Nov 2023 15:00:35 -0800 Subject: [PATCH] Rebuilt docs. --- docs/html/Thun.html | 2 +- docs/html/index.html | 106 +++++++++++++------------------------------ 2 files changed, 32 insertions(+), 76 deletions(-) diff --git a/docs/html/Thun.html b/docs/html/Thun.html index 9935764..e5a9260 100644 --- a/docs/html/Thun.html +++ b/docs/html/Thun.html @@ -125,7 +125,7 @@ of these:

Definitions

Thun can be extended by adding new definitions to the -defs.txt +defs.txt file and rebuilding the binaries. Each line in the file is a definition consisting of the new symbol name followed by an expression for the body of the function.

diff --git a/docs/html/index.html b/docs/html/index.html index 034ae78..916179a 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -20,26 +20,26 @@ programming language created by Manfred von Thun that is easy to use and understand and has many other nice properties. Thun is a dialect of Joy that attempts to stay very close to the spirit of Joy but does not precisely match the behaviour of the original version written in C. It -started as a Python project called "Joypy", but after someone claimed that -name on PyPI before me I renamed it to Thun in honor of Manfred Von Thun. -Now there are interpreters implemented in several additional languages -(C, Nim, Prolog, Rust).

+started as a Python project called "Joypy", but after someone claimed +that name on PyPI before me I renamed it to Thun in honor of Manfred Von +Thun. Now there are interpreters implemented in several additional +languages (C, Elm, Nim, OCaml, Prolog, and Scheme).

Joy is:

-

The best source (no pun intended) for learning about Joy is the -information made available at the -website of La Trobe University -| (mirror) -which contains source code for the original C interpreter, Joy language source code for various functions, -and a great deal of fascinating material mostly written by Von Thun on -Joy and its deeper facets as well as how to program in it and several -interesting aspects. It's quite a treasure trove.

+

The best source for learning about Joy is the information made available +at the website of La Trobe University +| (mirror) which +contains source code for the original C interpreter, Joy language source +code for various functions, and a great deal of fascinating material +mostly written by Von Thun on Joy and its deeper facets as well as how to +program in it and several interesting aspects. It's quite a treasure +trove.