Datomic is Free
371–380 of 436 posts
Re: Datomic is Free
#372Re: Datomic is Free
#373Re: Datomic is Free
#374Re: Datomic is Free
#375Re: Datomic is Free
#376Re: Datomic is Free
#377Re: Datomic is Free
#378Re: Datomic is Free
#379Re: Datomic is Free
#380Earlier quoted context omitted.
Ah! Yes, but not quite! It’s not freeware. The binaries are technically open sourced, you can do with them as you please within the confines of the Apache license.
I take that means reverse engineer, decompilation and extracting and reusing any bytecode you want.
I've also taken a look at generated clojure bytecode. It looked like the codegen is pretty straightforward with minimal optimization. It looked like it wouldn't be too hard to reverse with maybe a little bit of backtracking (essentially a parsing problem, I believe). You'd then need a separate step to redo the macros.
It sounded like it might be a fun little project (just to see if it can be done and try my hand at decompiling), but I would have wanted to decompile datomic to make it interesting and the license precluded that.