Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonbloom/patcomb
Non-linear Pattern Matching in Clojure
https://github.com/brandonbloom/patcomb
Last synced: 16 days ago
JSON representation
Non-linear Pattern Matching in Clojure
- Host: GitHub
- URL: https://github.com/brandonbloom/patcomb
- Owner: brandonbloom
- License: epl-1.0
- Created: 2014-12-20T16:46:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T18:55:35.000Z (about 9 years ago)
- Last Synced: 2024-10-19T05:48:48.416Z (2 months ago)
- Language: Clojure
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# patcomb
Interpreter and (naive) compiler for non-linear pattern matching in Clojure.
## Usage
Don't.
## Notes
This name is short for "pattern combinators", but that's actually a misnomer.
Originally, I was experimenting with functional combinators, but quickly
remembered why I dislike combinator libraries: they couple representation with
evaluation. Instead, this design has a symbolic representation of patterns.## License
Copyright © 2014 Brandon Bloom
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.