self-healing icon indicating copy to clipboard operation
self-healing copied to clipboard

Experiment with self healing code and clojure.spec

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.