What does HackerNews think of atom?
A DSL for embedded hard realtime applications.
Language:
Haskell
This is lower tech but might also be interesting, for simple embedded apps:
There is a little more information on its github page: https://github.com/tomahawkins/atom
> Well, depending on your problems, Haskell may simply not be the correct answer. It shines complex behavior for example, but "numerical work" normally means simple behavior (but highly optimized)
To give a rebuttal to Haskell not being good for "numerical work", you might be interested in this pre-alpha numerics library:
https://github.com/wellposed/numerical#performance-faq
I'm tempted to agree with you re: low latency, then I run across stuff like this:
https://github.com/tomahawkins/atom
I believe it (or a similar library) are used in quite a few of a certain companies (or multiples) flagship applications, though I can't recall the details.