defun

Pattern matcher

A macro system for defining Clojure functions with pattern matching capabilities.

A macro to define clojure functions with parameter pattern matching just like erlang or elixir.

GitHub

476 stars
21 watching
20 forks
Language: Clojure
last commit: about 1 year ago
Linked from 1 awesome list

clojureclojure-functionsdefunpattern-matching

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
clojure/core.match A pattern matching library for Clojure, optimized for performance and ease of use. 1,189
missingfaktor/akar A pattern matching library for Clojure with focus on simplicity and abstraction 176
mpark/patterns An experimental C++ pattern matching library 670
nogizhopaboroda/f_context A CoffeeScript library providing a simple and easy-to-use way to implement functional programming concepts using pattern matching. 34
admk/patmat Provides a functional-style recursive pattern matching framework for Python 29
solodon4/mach7 A C++ library providing a functional programming style pattern-matching mechanism 1,286
mgwidmann/elixir-pattern_tap A macro that allows safe and concise pattern matching within the pipe operator 58
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 336
alehander92/gara A macro-based library for pattern matching in Nim programming language 103
phakornkiong/go-pattern-match Provides a concise and declarative way to handle complex conditional logic in Go 93
egison/egison A Haskell-based programming language and interpreter for pattern-matching and functional programming on various data types 912
kbrw/rulex A tiny Elixir library providing a simple rule handler using pattern matching 13
bowenfu/matchit.cpp A lightweight C++ header-only pattern-matching library with macro-free APIs. 580
bramstein/funcy An experiment in adding functional pattern matching to JavaScript 247