trivia
Pattern matcher
A compiler for pattern matching in Common Lisp
Pattern Matcher Compatible with Optima
334 stars
17 watching
22 forks
Language: Common Lisp
last commit: 3 months ago
Linked from 2 awesome lists
common-lisppattern-matching
Related projects:
Repository | Description | Stars |
---|---|---|
alehander92/gara | A macro-based library for pattern matching in Nim programming language | 103 |
nogizhopaboroda/f_context | A CoffeeScript library providing a simple and easy-to-use way to implement functional programming concepts using pattern matching. | 34 |
clojure/core.match | A pattern matching library for Clojure, optimized for performance and ease of use. | 1,190 |
killme2008/defun | A macro system for defining Clojure functions with pattern matching capabilities. | 477 |
blackrabbitt/mspm | An algorithm implementation for efficient multi-string pattern matching using trie data structures. | 26 |
solodon4/mach7 | A C++ library providing a functional programming style pattern-matching mechanism | 1,283 |
pvginkel/microsoft.codeanalysis.csharp.patternmatching | A library to simplify pattern matching on Roslyn syntax trees for C# code analysis and refactoring. | 29 |
alexpantyukhin/go-pattern-match | An implementation of pattern matching for Go. | 244 |
mpark/patterns | A C++ library that provides a pattern-matching system for expressing matching and transformation logic. | 666 |
andreaferretti/patty | A pattern matching library for Nim | 277 |
bowenfu/matchit.cpp | A lightweight C++ header-only pattern-matching library with macro-free APIs. | 573 |
admk/patmat | Provides a functional-style recursive pattern matching framework for Python | 29 |
bramstein/funcy | An experiment in adding functional pattern matching to JavaScript | 247 |
mjambon/mikmatch | An OCaml library that extends pattern-matching with regular expressions for more expressive and flexible matching logic | 22 |
grantjenks/python-pattern-matching | A Python module implementing native pattern matching with functional language semantics | 162 |