[go: nahoru, domu]

Skip to content
matil019 edited this page Sep 21, 2018 · 18 revisions

Available in Prelude

Available in main distro

  • QuickCheck
  • NanoParsec
  • MicroParsec
  • Swing
  • JSON
  • Stream
  • Tree, TreeMap, HashMap

Available elsewhere

Haskell Libraries

Haskell contains several libraries:

TODO: document the state of each library above.

Top 10

TODO: Document the 10 most important libraries to be addressed.

Common Libraries

These libraries will be needed in various application domains. TODO: Document in which lib they should belong to.

Category Comment Notable Haskell libs
Concurrency stm, async
DSL
Testing quickcheck
Data Structures
Benchmarking criterion
Parsing / pretty printing parsec
Streams conduit, pipes, io-streams, machines
Serialization binary, cereal
File Formats json, csv, xml
Package management
Logging
Databases
IDE hoogle, hlint, intellij, eclipse
Lens

Application Domain Libraries

Category Comment Notable Haskell Libs
Foreign Language Interface
Compilers Parsec libs in distro parsec
Server side warp/wai, scotty, spock, yesod
Scripting shelly, turtle, cmdargs
Numerical Computing accelerate, rep
Database
Integration
Distributed programming distributed-process, aws
GUI/Frontend FregeFX ghcjs, haste
Machine Learning HLearn
Game Programming Helm, gl, sdl
Mobile/Tablets
Systems & Embedded
Data Science
Security

References

Clone this wiki locally