grantjenks / python-pattern-matchingLinks
Python pattern matching like functional languages.
☆160Updated 4 years ago
Alternatives and similar repositories for python-pattern-matching
Users that are interested in python-pattern-matching are comparing it to the libraries listed below
Sorting:
- Pattern matching for python☆218Updated 11 years ago
- Recursive descent parsing library for Python based on functional combinators☆355Updated last year
- Missing features of fp in Python -- active fork of kachayev/fn.py☆153Updated 2 years ago
- Tail Call Optimization for Python☆241Updated 8 years ago
- effect isolation in Python, to facilitate more purely functional code☆381Updated 3 years ago
- Functional Programming + Python - Pain☆136Updated 7 years ago
- A language for describing Python programs with concise higher-order annotations like "(a -> a) -> [a] -> [a]" but don't you dare call the…☆59Updated 12 years ago
- List of languages that compile to python☆270Updated last year
- Dynamically typed functional programming language☆913Updated 9 years ago
- ☆285Updated last year
- Python Meta Programming☆145Updated 2 years ago
- PyContracts is a Python package that allows to declare constraints on function parameters and return values. Contracts can be specified…☆407Updated 2 months ago
- Easy anonymous functions by partial application of operators☆102Updated last year
- A python lens library for manipulating deeply nested immutable structures☆324Updated last year
- ☆71Updated 4 years ago
- A universal Python parser combinator library inspired by Parsec library of Haskell.☆223Updated last year
- Static optimizer specializing functions with guards for Python 3.6☆72Updated 6 years ago
- Python code object transformers☆184Updated last year
- A fragmentary bidirectional type system as a Python library☆52Updated 6 years ago
- "fork" of PyMonad on BitBucket to change the ``*`` functor/composition operator to ``<<``☆31Updated 11 years ago
- Macros in Python: quasiquotes, case classes, LINQ and more!☆29Updated 5 years ago
- Algebraic data types for Python (experimental, not actively maintained)☆172Updated 4 years ago
- IDE allow you to refactor code, Baron allows you to write refactoring code.☆296Updated 3 years ago
- A library with a set of tools for annotating types in Python code.☆155Updated 10 years ago
- An experiment to use infix operators in Python☆57Updated 6 years ago
- Parser interpreter based on PEG grammars written in Python http://textx.github.io/Arpeggio/☆282Updated 10 months ago
- Set of tools to play with Python AST.☆87Updated 2 years ago
- An attempt to port David Beazley's PLY to RPython, and give it a cooler API.☆383Updated 2 years ago
- functional data structures and utilities for python☆36Updated 6 years ago
- Sum Types, aka Tagged Unions, for Python☆44Updated 3 years ago