fun-map icon indicating copy to clipboard operation
fun-map copied to clipboard

a map blurs the line between identity, state and function

Results 3 fun-map issues
Sort by recently updated
recently updated
newest added

## Problem Default wrappers are hard-coded now; the only way to change them for individual entries is by writing them everywhere.

* Support`cljr` platform. `clj` implementation will be treated as `default` implementation. The `cljr` branches are only imported when `cljr` can not compile the default branch. Currently, there are only 3...

One of the stickiest issues I deal with when debugging problems with fun-map is that it will silently perform infinite loops if you have a dependency cycle in your `fw`s....