Hijacking airplanes with an Android phone (Help Net Security)
Hijacking airplanes with an Android phone (Help Net Security)
Posted Apr 12, 2013 13:17 UTC (Fri) by Cyberax (✭ supporter ✭, #52523)In reply to: Hijacking airplanes with an Android phone (Help Net Security) by AndreiG
Parent article: Hijacking airplanes with an Android phone (Help Net Security)
Also, Ada has quite a bit of cargo-cult safety itself.
Posted Apr 12, 2013 22:28 UTC (Fri)
by brouhaha (subscriber, #1698)
[Link]
Which is sad, if true, because Ada has better support for low-level hardware interface than most other programming languages, in chapter 13 on representation specifications, which allow specifying precise bit-level definitions of data structures (e.g., hardware registers). Admittedly it's an optional feature, but C doesn't have anything similar, since the ordering of C bitfields was deliberately left undefined.
I was an Ada programmer for a few years, using the original Ada 83. I liked it fairly well other than not having function pointers. Function pointers and object oriented facilities were added in Ada 95.
Hijacking airplanes with an Android phone (Help Net Security)
Often Ada is not used for the very low-level stuff, that directly interfaces with the hardware.