Fork me on GitHub
#clojurescript
<
2019-11-15
>
mhuebert15:11:41

Does anyone know if it is possible to determine the fields declared by deftype at compile time / by inspecting compiler-state? It doesn’t look like they are stored in the var’s metadata

thheller15:11:39

don't think so

mhuebert15:11:51

k. that is also my guess.

ec21:11:43

Does it makes sense to use LevelDB for a project that rely on finding intersection between sets as fast as possible? (querying docs that satisfy tags)

ec21:11:51

or sqlite is a safer choice?