replikativ / konserve

A clojuresque key-value/document store protocol with core.async.
Eclipse Public License 1.0
299 stars 25 forks source link

The API should have more clojure.core-like signatures #24

Closed MrEbbinghaus closed 5 years ago

MrEbbinghaus commented 5 years ago

I have a list of proposals to move the API closer to the clojure.core interface.

None of these proposals will break the current API.

whilo commented 5 years ago

I am fine to extend the core namespace to provide these functions in core.clj. It would also make sense to provide ! (bang) versions for Clojure so that people do not need to work with core.async if they do not like to. Could you create a PR for that?