Fork me on GitHub
#datomic
<
2016-12-25
>
pesterhazy09:12:14

@dottedmag I find that interesting too, though I personally never use closed enums in relational dbs either

pesterhazy09:12:05

the hickey-halloway philosophy prefers open systems

dottedmag10:12:57

@pesterhazy Every time one adds a transaction one uses a closed enum: added is a boolean, not a ref, and I doubt Datomic would handle anything else than true and false properly.

dottedmag10:12:21

Too bad we can only model two-element enums directly :)