ion

EDSL for concurrent, realtime, embedded programming on top of Ivory

https://haskellembedded.github.io/

Latest on Hackage:1.0.0.0@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Chris Hodapp
Maintained by [email protected]

Ion is a Haskell EDSL for concurrent, realtime, embedded programming. It interfaces with the Ivory EDSL, http://ivorylang.org/, to perform code generation. It supports similar scheduling functionality to Atom (https://hackage.haskell.org/package/atom), and also accomodates asynchronous programming with continuation-passing style. Be forewarned that Ion is still heavily experimental. For some further explanation, see the write-up at HaskellEmbedded, https://haskellembedded.github.io/posts/2016-09-23-introducing-ion.html.