minor cleanup
This commit is contained in:
@@ -112,6 +112,7 @@ Functions receive the current stack, expression, and dictionary and return the n
|
||||
<p>The <strong>dictionary</strong> associates symbols (strings) with Joy expressions that define the
|
||||
available functions of the Joy system. Together the stack, expression, and dictionary
|
||||
are the entire state of the Joy interpreter.</p>
|
||||
<h3>Interpreter</h3>
|
||||
<p><img alt="joy_interpreter_flowchart.svg" src="/joy_interpreter_flowchart.svg"></p>
|
||||
<h3>Stack / Quote / List / Sequence</h3>
|
||||
<p>When talking about Joy we use the terms "stack", "quote", "sequence",
|
||||
@@ -129,7 +130,7 @@ All these I call literals because their occurrence in code results in
|
||||
them being pushed onto the stack. But I also call [London Paris] a list.
|
||||
So, [dup *] is a quotation but not a list.</p>
|
||||
</blockquote>
|
||||
<p>From ["A Conversation with Manfred von Thun" w/ Stevan Apter](http://archive.vector.org.uk/art10000350</p>
|
||||
<p>From <a href="http://archive.vector.org.uk/art10000350">"A Conversation with Manfred von Thun" w/ Stevan Apter</a></p>
|
||||
<h3>Literals and Simple Functions</h3>
|
||||
<p>TODO</p>
|
||||
<h3>Combinators</h3>
|
||||
|
||||
Reference in New Issue
Block a user