Still working towards v0.1.1.

The next "patch" bump is almost all docs.
This commit is contained in:
Simon Forman
2018-04-27 12:08:46 -07:00
parent 7aa8580ee3
commit aabe19036f
23 changed files with 165 additions and 204 deletions
@@ -16,6 +16,13 @@ behaviour of the original version(s) written in C. The main difference
between Thun and the originals, other than being written in Python, is
that it works by the "Continuation-Passing Style".
Joy is:
* `Purely Functional <https://en.wikipedia.org/wiki/Purely_functional_programming>`__
* `Stack-based <https://en.wikipedia.org/wiki/Stack-oriented_programming_language>`__
* `Concatinative`_ ( See also `concatenative.org <http://www.concatenative.org/wiki/view/Concatenative%20language>`__)
* :doc:`Categorical <notebooks/Categorical>`
I hope that this package is useful in the sense that it provides an
additional joy interpreter (the binary in the archive from La Trobe seems
to run just fine on my modern Linux machine!) But I also hope that you
@@ -24,6 +31,8 @@ itself.
.. _Joy: https://en.wikipedia.org/wiki/Joy_(programming_language)
.. _Concatinative: https://en.wikipedia.org/wiki/Concatenative_programming_language
Quick Start
--------------------------------------------------
@@ -76,7 +85,6 @@ Documentation on Thun Dialect
-----------------------------
The following is specific information for this dialect of Joy.
There are also some Jupyter notebooks.
.. toctree::
:maxdepth: 2