Metadata-Version: 2.0
Name: coconut
Version: 0.2.0
Summary: The Coconut Programming Language.
Home-page: https://github.com/evhub/coconut
Author: Evan Hubinger
Author-email: evanjhub@gmail.com
License: UNKNOWN
Keywords: functional programming language
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Software Development :: Interpreters
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: pyparsing

Coconut
=======

*Coconut is a variant of Python built for simple, elegant functional programming.*

Python is a beautiful, powerful language. Unfortunately, much of that beauty goes away when programming in a functional style. While functional programming in Python technically works, it's cumbersome and difficult. The Coconut Programming Language is the solution to that problem, with a syntax derived from Python but with new features that allow for truly Pythonic functional programming, and a compiler that produces stand-alone Python code for easy interoperability with existing libraries and modules.

Coconut can be found on GitHub_ and PyPI_.

A full **introduction and tutorial** of the Coconut programming language can be found in the HELP_ file. If you don't know what you're doing, you should start there.

The full Coconut **documentation** can be found in the DOCS_ file. If you're looking for info about a specific feature, you should go there.

.. _GitHub: https://github.com/evhub/coconut
.. _PyPI: https://pypi.python.org/pypi/coconut
.. _HELP: https://github.com/evhub/coconut/blob/master/HELP.md
.. _DOCS: https://github.com/evhub/coconut/blob/master/DOCS.md


