Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/metric-space/cyclejs-autocomplete-haskell-backend


https://github.com/metric-space/cyclejs-autocomplete-haskell-backend

autocomplete cyclejs haskell

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

## Autocomplete demo in Haskell (Work in progress)
- Simple project that does dictionary based word-complete via a web interface
- Mainly an experiment to play around with Haskell and cyclejs

## Tech used
- Haskell
- [Orclev](https://github.com/orclev)'s Trie from [https://gist.github.com/orclev/1929451](https://gist.github.com/orclev/1929451)
- Scotty
- Aeson
- Cyclejs for frontend

## Work yet to be done
- cyclejs code has to be properly documented
- autocomplete menu(table) has to be made scrollable

## Topics of Research
- 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

## License
- MIT