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

https://github.com/fhofherr/clj-result

Easier error handling in Clojure
https://github.com/fhofherr/clj-result

Last synced: 4 months ago
JSON representation

Easier error handling in Clojure

Awesome Lists containing this project

README

        

# clj-result

`clj-result` allows to perform a set of operations until either all
have succeeded or one has failed.

## Usage

Add

```clojure
[fhofherr/clj-result "0.1.0-SNAPSHOT"]
```

to your projects dependencies.

Use the `attempt` and `attempt-v` macros to perform a set of potentially
failing operations.

## License

Copyright © 2018 Ferdinand Hofherr

Distributed under the MIT License.