- Simple project that does dictionary based word-complete via a web interface
- Mainly an experiment to play around with Haskell and cyclejs
- Haskell
- Orclev's Trie from https://gist.github.com/orclev/1929451
- Scotty
- Aeson
- Cyclejs for frontend
- cyclejs code has to be properly documented
- autocomplete menu(table) has to be made scrollable
- is my way of serializing the trie completely crap that the serialized way takes way more time than just simply building the trie from ground up :'(
- parallelizing construction of trie
- MIT