Metadata-Version: 1.1
Name: unpythonic
Version: 0.8.5
Summary: Python meets Lisps; e.g. TCO'd FP loops, call/ec, let & letrec.
Home-page: https://github.com/Technologicat/unpythonic
Author: Juha Jeronen
Author-email: juha.jeronen@tut.fi
License: BSD
Description: We provide some missing features for Python from the list processing tradition.
        
        Tail call optimization (TCO), TCO'd loops in FP style, call/ec, let & letrec,
        assign-once, multi-expression lambdas, def as a code block, dynamic scoping.
        
        We place a special emphasis on clear, pythonic syntax, as far as possible without MacroPy.
        
        Other design considerations are simplicity, robustness, and minimal dependencies (currently none).
        
        For the documentation and a tour, see the project's GitHub homepage.
        
Keywords: functional-programming,lisp
Platform: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides: unpythonic
