Rebuild html.

This commit is contained in:
Simon Forman
2018-06-08 13:17:36 -07:00
parent b98e9f2107
commit 0264efdda6
9 changed files with 24 additions and 1903 deletions
+2 -1
View File
@@ -11775,7 +11775,8 @@ div#notebook {
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h1 id="Replacing-Functions-in-the-Dictionary">Replacing Functions in the Dictionary<a class="anchor-link" href="#Replacing-Functions-in-the-Dictionary">&#182;</a></h1>
<h1 id="Replacing-Functions-in-the-Dictionary">Replacing Functions in the Dictionary<a class="anchor-link" href="#Replacing-Functions-in-the-Dictionary">&#182;</a></h1><p>For now, there is no way to define new functions from within the Joy language. All functions (and the interpreter) all accept and return a dictionary parameter (in addition to the stack and expression) so that we can implement e.g. a function that adds new functions to the dictionary. However, there's no function that does that. Adding a new function to the dictionary is a meta-interpreter action, you have to do it in Python, not Joy.</p>
</div>
</div>
</div>