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.
| Versions | 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 |
|---|---|
| Dependencies | base (>=4 && <5), mtl (>=1.1.0.1 && <1.2), process (>=1.0.1.1 && <1.2) |
| License | BSD3 |
| Author | Tom Hawkins <tomahawkins@gmail.com> |
| Maintainer | Tom Hawkins <tomahawkins@gmail.com> |
| Category | Language |
| Home page | http://tomahawkins.org |
| Source repository | darcs get http://patch-tag.com/r/tomahawkins/atom/pullrepo |
| Upload date | Wed Dec 16 05:13:02 UTC 2009 |
| Uploaded by | TomHawkins |
| Built on | ghc-6.10, ghc-6.12 |
| Distributions | Arch: 0.1.4 |
Modules
- Language
Downloads
- atom-0.1.4.tar.gz (Cabal source package)
- package description (included in the package)
