What's next - ahri/lazymanc.net GitHub Wiki

Recursion schemes

Monads

Free Monads

Co-Monads

Functors

Fix & MonadFix

Parallelism

Data Parallelism

Hands-on parallelism

Lenses

FRP

Pipes/Streaming

Tagless final style

Monoids

Arrows

Linear types

Denotational semantics

Group project

  • bombastic-hs only has basic logic, plenty of work to do
    • refactoring
      • typeclass application
      • DSL with StateT
    • UI
      • CLI
      • Web
    • AI
    • Networking (client/server [WebSockets], p2p [WebRTC])