54 lines
3.2 KiB
HTML
54 lines
3.2 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Thun Notebooks</title>
|
|
<link rel="stylesheet" href="/css/fonts.css">
|
|
<link rel="stylesheet" href="/css/site.css">
|
|
</head>
|
|
<body>
|
|
<p><a href="/">Thun</a></p>
|
|
<h1>Notebooks</h1>
|
|
<p>Various Jupyter notebooks, some more polished than others, a few incomplete.
|
|
I'm in the process of rewriting them to use the Joy kernel.</p>
|
|
<ul>
|
|
<li><a href="/notebooks/0._This_Implementation_of_Joy_in_Python.html">0. This Implementation of Joy in Python</a></li>
|
|
<li><a href="/notebooks/1._Basic_Use_of_Joy_in_a_Notebook.html">1. Basic Use of Joy in a Notebook</a></li>
|
|
<li><a href="/notebooks/2._Library_Examples.html">2. Library Examples</a></li>
|
|
<li><a href="/notebooks/3._Developing_a_Program.html">3. Developing a Program</a></li>
|
|
<li><a href="/notebooks/Advent_of_Code_2017_December_1st.html">Advent of Code 2017 December 1st</a></li>
|
|
<li><a href="/notebooks/Advent_of_Code_2017_December_2nd.html">Advent of Code 2017 December 2nd</a></li>
|
|
<li><a href="/notebooks/Advent_of_Code_2017_December_3rd.html">Advent of Code 2017 December 3rd</a></li>
|
|
<li><a href="/notebooks/Advent_of_Code_2017_December_4th.html">Advent of Code 2017 December 4th</a></li>
|
|
<li><a href="/notebooks/Advent_of_Code_2017_December_5th.html">Advent of Code 2017 December 5th</a></li>
|
|
<li><a href="/notebooks/Advent_of_Code_2017_December_6th.html">Advent of Code 2017 December 6th</a></li>
|
|
<li><a href="/notebooks/BigInts.html">BigInts</a></li>
|
|
<li><a href="/notebooks/Compiling_Joy.html">Compiling Joy</a></li>
|
|
<li><a href="/notebooks/Correcet_Programming.html">Correcet Programming</a></li>
|
|
<li><a href="/notebooks/Derivatives_of_Regular_Expressions.html">Derivatives of Regular Expressions</a></li>
|
|
<li><a href="/notebooks/Generator_Programs.html">Generator Programs</a></li>
|
|
<li><a href="/notebooks/Hylo-,_Ana-,_Cata-,_and_Para-morphisms_-_Recursion_Combinators.html">Hylo-, Ana-, Cata-, and Para-morphisms - Recursion Combinators</a></li>
|
|
<li><a href="/notebooks/Intro-to-Joy.html">Intro-to-Joy</a></li>
|
|
<li><a href="/notebooks/Joy-in-Jupyter.html">Joy-in-Jupyter</a></li>
|
|
<li><a href="/notebooks/Multiples-of-3-and-5.html">Multiples-of-3-and-5</a></li>
|
|
<li><a href="/notebooks/NeoAero.html">NeoAero</a></li>
|
|
<li><a href="/notebooks/Newton-Raphson.html">Newton-Raphson</a></li>
|
|
<li><a href="/notebooks/Ordered_Binary_Trees.html">Ordered Binary Trees</a></li>
|
|
<li><a href="/notebooks/Quadratic.html">Quadratic</a></li>
|
|
<li><a href="/notebooks/Recursion_Combinators.html">Recursion Combinators</a></li>
|
|
<li><a href="/notebooks/Remove-Function.html">Remove-Function</a></li>
|
|
<li><a href="/notebooks/Replacing.html">Replacing</a></li>
|
|
<li><a href="/notebooks/Square_Spiral.html">Square Spiral</a></li>
|
|
<li><a href="/notebooks/The_Four_Operations.html">The Four Operations</a></li>
|
|
<li><a href="/notebooks/Trees.html">Trees</a></li>
|
|
<li><a href="/notebooks/Treestep.html">Treestep</a></li>
|
|
<li><a href="/notebooks/TypeChecking.html">TypeChecking</a></li>
|
|
<li><a href="/notebooks/Types.html">Types</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>
|
|
</body>
|
|
</html>
|
|
|