@hackage ion1.0.0.0
EDSL for concurrent, realtime, embedded programming on top of Ivory
Categories
License
BSD-3-Clause
Maintainer
Hodapp87@gmail.com
Links
Versions
- 1.0.0.0 Mon, 17 Oct 2016
Installation
Dependencies (5)
- base >=4.8 && <5
- containers
- mtl
- ivory >=0.1.0.0
- ivory-backend-c Show all…
Dependents (1)
@hackage/acme-everything
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.