An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Combo [![Build Status](https://github.com/bzhb/combo/actions/workflows/test.yml/badge.svg)](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.