haskell-ricochet
haskell-ricochet copied to clipboard
(WIP/Experimental) Ricochet implementation as Haskell Library.
GitHub sucks for lots of reasons. Some of them are: - Lots of things cannot be done without running proprietary JavaScript - They are a centralized service - Their backend...
This PR will serve as the thread for the discussion of the contents of this proposal.
Having no requirements for libraries where we'd just end up guessing numbers is fine, but there are [some libraries](https://github.com/Jugendhackt/haskell-ricochet/blob/master/nix/shell.nix#L41) for which we do know the minimum required version. We should...
We’ll want to respond to errors, eg. see [Connection.hs](https://github.com/Jugendhackt/haskell-ricochet/blob/master/src/Network/Ricochet/Connection.hs).
Lenses generated via template haskell don't have any haddock documentation which they should. The only solution I see is writing them manually and documenting them.
Could be an interesting thing to try out and limit effects, i. e. shaping our very custom effects.
When we started out, we decided we wanted to have working C-bindings as well. We should put them in another repository, once we get to it. This issue serves only...