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
- Host: GitHub
- URL: https://github.com/fhofherr/clj-result
- Owner: fhofherr
- License: mit
- Created: 2018-02-19T11:05:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T09:48:27.000Z (over 7 years ago)
- Last Synced: 2025-01-05T09:42:41.021Z (5 months ago)
- Language: Clojure
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.