https://github.com/bzhb/combo
A lightweight library of general-purpose clojure macros
https://github.com/bzhb/combo
clojure macros utility-library
Last synced: 3 months ago
JSON representation
A lightweight library of general-purpose clojure macros
- Host: GitHub
- URL: https://github.com/bzhb/combo
- Owner: bzhb
- License: epl-1.0
- Created: 2025-03-08T19:18:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T11:04:00.000Z (10 months ago)
- Last Synced: 2025-03-09T11:27:06.538Z (10 months ago)
- Topics: clojure, macros, utility-library
- Language: Clojure
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Combo [](https://github.com/bzhb/combo/actions/workflows/test.yml)
Combo is a lightweight Clojure/ClojureScript library of useful general-purpose
macro inspired by weavejester's [Medley][].
Whereas Medley is pure functions, Combo has Macros.
[Medley]: https://github.com/weavejester/medley
## Installation
Add the following dependency to your deps.edn file:
dev.bzhb/combo {:mvn/version "0.0.1"}
Or to your Leiningen project file:
[dev.bzhb/combo "0.0.1"]
## Documentation
* [API Docs](http://bzhb.github.io/combo/combo.core.html)
## License
Copyright © 2025 Renan Fargetton
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.