All Projects → gigasquid → self-healing

gigasquid / self-healing

Licence: EPL-1.0 license
Experiment with self healing code and clojure.spec

Programming Languages

clojure
4091 projects

self-healing

An experiment with self healing functions and clojure.spec

Based on the papers of

Usage

Check out the core.clj comment section for example.

(healing/with-healing (report [1 2 3 4 5 "a" "b"]))
;=>"The average is 3"

(healing/with-healing (report []))
;=>"The average is 0"

Copyright © 2016 Carin Meier

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].