atom: A DSL for embedded hard realtime applications.
Atom is a Haskell DSL for designing hard realtime embedded software. Based on guarded atomic actions (similar to STM), Atom enables highly concurrent programming without the need for mutex locking. In addition, Atom performs compile-time task scheduling and generates code with deterministic execution time and constant memory use, simplifying the process of timing verification and memory consumption in hard realtime applications. Without mutex locking and run-time task scheduling, Atom eliminates the need and overhead of RTOSs for many embedded applications.
Modules
[Index]
Downloads
- atom-1.0.11.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.0.10, 1.0.11, 1.0.12, 1.0.13 |
---|---|
Dependencies | base (>=4.0 && <5), bimap (>=0.2.4), containers (>=0.4), mtl (>=1.1.0.1), process (>=1.0.1.1 && <1.2), syb (>=0.1.0.0) [details] |
License | BSD-3-Clause |
Author | Tom Hawkins <tomahawkins@gmail.com> |
Maintainer | Tom Hawkins <tomahawkins@gmail.com>, Lee Pike <leepike@gmail.com> |
Category | Language, Embedded |
Home page | http://tomahawkins.org |
Source repo | head: git clone git://github.com/tomahawkins/atom.git |
Uploaded | by LeePike at 2011-11-11T07:49:13Z |
Distributions | |
Reverse Dependencies | 4 direct, 6 indirect [details] |
Downloads | 21731 total (81 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |