<div dir="ltr"><div>Dear Haskellers:</div><div><br></div>After having a discussion with HF guys, I decide to announce [Z.Haskell](<a href="http://z.haskell.world/">http://z.haskell.world/</a>) project, It's available on Hackage and very much usable now, the document is also pretty adequate.<br><br>To recap the document from Z.Haskell, Z.Haskell provides:<br><br>+ Array, vector(array slice), sorting, searching<br>+ Text based UTF-8, basic Unicode manipulating, regex<br>+ FFI utilities<br>+ Fast parsing and building monad<br>+ JSON encoding and decoding<br>+ IO resource management, resource pool<br>+ File system operations<br>+ Network: DNS, TCP, UDP and IPC<br>+ Buffered input and output<br>+ Process management<br>+ Environment settings<br>+ High performance logger<br>+ High performance low-resolution timer<br><br>The project's goal is not to compete with the base, but to provide an alternative engineering toolkit, which is more suitable for writing practical network/storage services. Similar to [netty](<a href="https://netty.io/">https://netty.io/</a>) for java or [nodejs](<a href="https://nodejs.org/">https://nodejs.org/</a>) for javascript. Welcome to join Z.Haskell if you have a similar use case. Currently, we're heading with the following roadmap:<br><br>+ Crypto library based on [botan](<a href="https://github.com/ZHaskell/z-botan">https://github.com/ZHaskell/z-botan</a>).<br>+ TLS network stack.<br>+ HTTP framework.<br>+ Distributed system algorithms.<br><br>Happy hacking!<br>Z.Haskell Contributors<br></div>