aatree

https://github.com/aatree
2016-02-25T14:55:34.000064Z

ah, major course correction.

2016-02-25T14:56:23.000065Z

I was looking into having a database on both clojure and clojurescript, but I am putting that aside indefinitely.

2016-02-25T14:58:51.000066Z

One thing that led to this decision was bitset. Found a js bitset which is an array. Found a clojure bitset which is a set. Both immutable. Neither works with byte arrays. So it looks like developing a common api for bitset with bytebuffer support would be a project all by itself.

2016-02-25T14:59:16.000067Z

Conclusion: this is not yet the time, at least for me.

2016-02-25T15:00:48.000068Z

Now what I should do instead is work on gui for laforge49/aatree. Enhance existing value. Seems like a good focus for me for now.

2016-02-25T15:15:46.000070Z

Hmm. Thinking of just copying most of laforge49/aatree to aatree/aadurable, but make aadurable boot based.

2016-02-25T15:16:01.000071Z

need to think about it.

2016-02-25T22:17:36.000072Z

Having second thoughts. I think I can do without bit strings except for the 256-bit checksum, which could be done without any library.

2016-02-25T22:18:09.000073Z

Having a 256-bit checksum in cljc is worth doing. :simple_smile:

2016-02-25T22:18:43.000074Z

And I'm sure I'll learn a bit about clojurescript in the process.