Whence fun_with_scan and with_sympy?

This commit is contained in:
Simon Forman 2022-09-16 11:06:30 -07:00
parent 9de71c84bf
commit 406740bbd6
4 changed files with 3 additions and 4 deletions

View File

@ -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 Joy and its deeper facets as well as how to program in it and several
interesting aspects. It's quite a treasure trove. interesting aspects. It's quite a treasure trove.
## Example Code ## Example Code
Here is an example of Joy 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) [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/)
-------------------------------------------------- --------------------------------------------------

View File

@ -153,6 +153,7 @@ by changing the pending expression and intermediate state is put there.</p>
<p>§.6 References &amp; Further Reading</p> <p>§.6 References &amp; Further Reading</p>
<p><a href="https://en.wikipedia.org/wiki/Joy_%28programming_language%29">Wikipedia entry for Joy</a></p> <p><a href="https://en.wikipedia.org/wiki/Joy_%28programming_language%29">Wikipedia entry for Joy</a></p>
<p><a href="http://www.latrobe.edu.au/humanities/research/research-projects/past-projects/joy-programming-language">Homepage at La Trobe University</a></p> <p><a href="http://www.latrobe.edu.au/humanities/research/research-projects/past-projects/joy-programming-language">Homepage at La Trobe University</a></p>
<p><a href="https://web.archive.org/web/20220411010035/https://joypy.osdn.io/">The original Thun/Joypy site</a></p>
<hr> <hr>
<p>Misc...</p> <p>Misc...</p>
<p>Stack based - literals (as functions) - functions - combinators - <p>Stack based - literals (as functions) - functions - combinators -

View File

@ -41,8 +41,6 @@ I'm in the process of rewriting them to use the Joy kernel.</p>
<li><a href="/notebooks/TypeChecking.html">TypeChecking</a></li> <li><a href="/notebooks/TypeChecking.html">TypeChecking</a></li>
<li><a href="/notebooks/Types.html">Types</a></li> <li><a href="/notebooks/Types.html">Types</a></li>
<li><a href="/notebooks/Zipper.html">Zipper</a></li> <li><a href="/notebooks/Zipper.html">Zipper</a></li>
<li><a href="/notebooks/fun_with_scan.html">fun with scan</a></li>
<li><a href="/notebooks/with_sympy.html">with sympy</a></li>
</ul> </ul>
</body> </body>
</html> </html>

View File

@ -17,7 +17,7 @@ $(docs_html): %.html : %.ipynb
jupyter nbconvert --to html --template lab $< jupyter nbconvert --to html --template lab $<
mov: $(docs_html) index.html 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 # markdown Functor-Reference.md | tidy5 -utf8 --add-meta-charset yes > ../../html/FR.html