baruchel / tco
Tail Call Optimization for Python
☆240Updated 8 years ago
Alternatives and similar repositories for tco:
Users that are interested in tco are comparing it to the libraries listed below
- Python pattern matching like functional languages.☆161Updated 4 years ago
- Missing features of fp in Python -- active fork of kachayev/fn.py☆152Updated last year
- List of languages that compile to python☆265Updated last year
- Pattern matching for python☆218Updated 10 years ago
- A universal Python parser combinator library inspired by Parsec library of Haskell.☆218Updated 11 months ago
- PyContracts is a Python package that allows to declare constraints on function parameters and return values. Contracts can be specified…☆408Updated 4 months ago
- A python lens library for manipulating deeply nested immutable structures☆320Updated last year
- Python code object transformers☆185Updated last year
- A programming language for the CPython VM.☆577Updated 4 years ago
- Typing-toolbox for Python 3 _and_ 2.7 w.r.t. PEP 484.☆200Updated 2 years ago
- Literal support for Pyrsistent data structures in Python☆129Updated 4 years ago
- python-csp provides python with communicating sequential processes style parallelism☆110Updated 12 years ago
- effect isolation in Python, to facilitate more purely functional code☆374Updated 2 years ago
- ☆71Updated 4 years ago
- Python 3.5+ runtime type checking for integration testing and data validation☆545Updated 11 months ago
- A standalone, pure Python implementation of the Python Standard Library.☆297Updated 3 years ago
- A list-like type with better asymptotic performance and similar performance on small lists☆314Updated 2 years ago
- Algebraic data types for Python (experimental, not actively maintained)☆173Updated 3 years ago
- An argparse wrapper that doesn't make you say "argh" each time you deal with it.☆375Updated 8 months ago
- A Python implementation of the Maybe pattern☆209Updated 2 years ago
- Easy anonymous functions by partial application of operators☆102Updated last year
- A fast and thorough lazy object proxy.☆258Updated 3 weeks ago
- Python module to modify bytecode☆311Updated this week
- IDE allow you to refactor code, Baron allows you to write refactoring code.☆292Updated 3 years ago
- Recursive descent parsing library for Python based on functional combinators☆351Updated last year
- Powerful Python library for atomic file writes.☆316Updated 2 years ago
- An implementation of contracts for Python.☆344Updated 5 years ago
- Haskell bindings for Python☆102Updated 4 years ago
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆422Updated last week
- For Python3, e.g. @typecheck add_count(count: int, when: any(datetime, timedelta) = datetime.now)☆169Updated 3 years ago