atom alternatives and similar packages
Based on the "atom" category.
Alternatively, view atom alternatives based on common mentions on social networks and blogs.
-
atom-msp430
Definitions for using Atom with the MSP430 microcontroller family.
Do you think we are missing an alternative of atom or a related project?
Popular Comparisons
README
Atom: An EDSL for Embedded Hard Realtime Applications
Atom is a Haskell EDSL 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 RTOSes for many embedded applications.
Additional Information
- Hackage package.
- Homepage of Tom Hawkins, the original creator.
- CUFP 2008 talk, "Controlling Hybrid Vehicles with Haskell"
- Monitoring Distributed Real-Time Systems from Alwyn Goodloe and Lee Pike