Metadata-Version: 2.1
Name: Thun
Version: 0.5.1
Summary: Python Implementation of Joy
Home-page: https://joypy.osdn.io
Author: Simon Forman
Author-email: sforman@hushmail.com
License: GPLv3+
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Other
Classifier: Topic :: Software Development :: Interpreters
Description-Content-Type: text/plain
Provides-Extra: build-docs

Joy is a programming language created by Manfred von Thun that is easy to
use and understand and has many other nice properties.  This Python
package implements an interpreter for a dialect of Joy that attempts to
stay very close to the spirit of Joy but does not precisely match the
behaviour of the original version written in C.

