|
|
Subscribe / Log in / New account

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)

Often Ada is not used for the very low-level stuff, that directly interfaces with the hardware.

Also, Ada has quite a bit of cargo-cult safety itself.


to post comments

Hijacking airplanes with an Android phone (Help Net Security)

Posted Apr 12, 2013 22:28 UTC (Fri) by brouhaha (subscriber, #1698) [Link]

Often Ada is not used for the very low-level stuff, that directly interfaces with the hardware.

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.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds