From 406740bbd62bbcc74d8528110b3de98f04ab1519 Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Fri, 16 Sep 2022 11:06:30 -0700 Subject: [PATCH] Whence fun_with_scan and with_sympy? --- README.md | 2 +- docs/html/index.html | 1 + docs/html/notebooks/index.html | 2 -- docs/notebooks/Makefile | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bae676ddb..fe05f50 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ 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. - ## Example Code Here is an example of Joy code: @@ -185,6 +184,7 @@ by changing the pending expression and intermediate state is put there. [Homepage at La Trobe University](http://www.latrobe.edu.au/humanities/research/research-projects/past-projects/joy-programming-language) +[The original Thun/Joypy site](https://web.archive.org/web/20220411010035/https://joypy.osdn.io/) -------------------------------------------------- diff --git a/docs/html/index.html b/docs/html/index.html index f3aea0f..370b293 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -153,6 +153,7 @@ by changing the pending expression and intermediate state is put there.

ยง.6 References & Further Reading

Wikipedia entry for Joy

Homepage at La Trobe University

+

The original Thun/Joypy site


Misc...

Stack based - literals (as functions) - functions - combinators - diff --git a/docs/html/notebooks/index.html b/docs/html/notebooks/index.html index 1e53303..fc1c271 100644 --- a/docs/html/notebooks/index.html +++ b/docs/html/notebooks/index.html @@ -41,8 +41,6 @@ I'm in the process of rewriting them to use the Joy kernel.

  • TypeChecking
  • Types
  • Zipper
  • -
  • fun with scan
  • -
  • with sympy
  • diff --git a/docs/notebooks/Makefile b/docs/notebooks/Makefile index 02b9187..55e2d3d 100644 --- a/docs/notebooks/Makefile +++ b/docs/notebooks/Makefile @@ -17,7 +17,7 @@ $(docs_html): %.html : %.ipynb jupyter nbconvert --to html --template lab $< mov: $(docs_html) index.html - cp -v $? ../html/notebooks/ + mv -v $? ../html/notebooks/ # markdown Functor-Reference.md | tidy5 -utf8 --add-meta-charset yes > ../../html/FR.html