Top 3 Haskell Document Projects
-
pandoc has a feature called filters. These filters are small programs that can manipulate the AST of the document. They can be written in any language, but the most common language is Lua as its interpreter is embedded in pandoc, and it is faster compared to the JSON filter interface which is also used by other languages (You may wish to listen to the Episode 37 of The Haskell Interlude podcast, where Joachim Breitner and David Christiansen interview John MacFarlane, the creator of pandoc, where he mentions Lua vs JSON filters).
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
Haskell Document discussion
Index
What are some of the best open-source Document projects in Haskell? This list will help you:
Project | Stars | |
---|---|---|
1 | pandoc | 33,852 |
2 | seonbi | 129 |
3 | xml-html-qq | 6 |