hodur-org / hodur-engine

Hodur is a domain modeling approach and collection of libraries to Clojure. By using Hodur you can define your domain model as data, parse and validate it, and then either consume your model via an API or use one of the many plugins to help you achieve mechanical results faster and in a purely functional manner.
MIT License
282 stars 13 forks source link

Accept metadata on the vactor as well as on default symbol #21

Closed madstap closed 2 years ago

madstap commented 4 years ago

Fixes #2

luchiniatwork commented 4 years ago

This is great stuff @madstap !! Thanks!! Could you also add/update the README too? I would say that the README should simply explain the vector implementation as the new official interface and have the default hack just as a back-compatibility note. What do you think?