Fork me on GitHub
#off-topic
<
2019-11-24
>
ackerleytng13:11:16

how should i understand what reifying means? as in the reify function or reified transactions in datomic

Alex Miller (Clojure team)15:11:38

reify means “to make concrete” so usually means taking an abstraction like an interface and creating an instance that satisfies that abstraction

👍 12