funcy
Pattern matcher
An experiment in adding functional pattern matching to JavaScript
An experiment in adding functional pattern matching to JavaScript
247 stars
12 watching
21 forks
Language: JavaScript
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nogizhopaboroda/f_context | A CoffeeScript library providing a simple and easy-to-use way to implement functional programming concepts using pattern matching. | 34 |
solodon4/mach7 | A C++ library providing a functional programming style pattern-matching mechanism | 1,283 |
flori/amatch | A collection of classes for string matching algorithms | 378 |
missingfaktor/akar | A pattern matching library for Clojure with focus on simplicity and abstraction | 176 |
sindresorhus/matcher | A utility for simple string matching with wildcard patterns | 537 |
timbray/quamina | A fast pattern-matching library for Go that enables efficient discovery of matching fields in event data. | 395 |
jbandela/simple_match | A simple and extensible C++ pattern matching library | 227 |
sabakihq/boardmatcher | An algorithmic system for identifying patterns and shapes in Go board arrangements. | 18 |
grantjenks/python-pattern-matching | A Python module implementing native pattern matching with functional language semantics | 162 |
admk/patmat | Provides a functional-style recursive pattern matching framework for Python | 29 |
alexpantyukhin/go-pattern-match | An implementation of pattern matching for Go. | 244 |
clojure/core.match | A pattern matching library for Clojure, optimized for performance and ease of use. | 1,190 |
guicho271828/trivia | A compiler for pattern matching in Common Lisp | 334 |
killme2008/defun | A macro system for defining Clojure functions with pattern matching capabilities. | 477 |
sofriendly/2fhey | A framework for adding custom pattern matchers to OTP message parsing | 122 |