f_context
Pattern matcher
A CoffeeScript library providing a simple and easy-to-use way to implement functional programming concepts using pattern matching.
Pattern matching and easy recursion library for CoffeeScript
34 stars
3 watching
3 forks
Language: CoffeeScript
last commit: almost 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
bramstein/funcy | An experiment in adding functional pattern matching to JavaScript | 247 |
missingfaktor/akar | A pattern matching library for Clojure with focus on simplicity and abstraction | 176 |
solodon4/mach7 | A C++ library providing a functional programming style pattern-matching mechanism | 1,283 |
clojure/core.match | A pattern matching library for Clojure, optimized for performance and ease of use. | 1,190 |
admk/patmat | Provides a functional-style recursive pattern matching framework for Python | 29 |
killme2008/defun | A macro system for defining Clojure functions with pattern matching capabilities. | 477 |
jbandela/simple_match | A simple and extensible C++ pattern matching library | 227 |
grantjenks/python-pattern-matching | A Python module implementing native pattern matching with functional language semantics | 162 |
guicho271828/trivia | A compiler for pattern matching in Common Lisp | 334 |
mjambon/mikmatch | An OCaml library that extends pattern-matching with regular expressions for more expressive and flexible matching logic | 22 |
alexpantyukhin/go-pattern-match | An implementation of pattern matching for Go. | 244 |
phakornkiong/go-pattern-match | Provides a concise and declarative way to handle complex conditional logic in Go | 93 |
timbray/quamina | A fast pattern-matching library for Go that enables efficient discovery of matching fields in event data. | 395 |
pvginkel/microsoft.codeanalysis.csharp.patternmatching | A library to simplify pattern matching on Roslyn syntax trees for C# code analysis and refactoring. | 29 |
bowenfu/matchit.cpp | A lightweight C++ header-only pattern-matching library with macro-free APIs. | 573 |