Writing Linux Modules in Ada (2016)
nihamkin.com
Writing Linux Modules in Ada (2016)
1–10 of 87 posts
Re: Writing Linux Modules in Ada (2016)
#2Re: Writing Linux Modules in Ada (2016)
#3Re: Writing Linux Modules in Ada (2016)
#4I think that an ada-like language could make a real resurgence in embedded programming. Ada gets all the things about bare-metal right that C got wrong. However, it's held up by legacy tooling, clunky syntax, and obtuse compiler errors. Adacore has gone a long way towards alleviating those issues over the last few years, with alire and the ada_language_server. Time will see where this language takes us.
Re: Writing Linux Modules in Ada (2016)
#5Re: Writing Linux Modules in Ada (2016)
#6Back in university I took a course in legacy programming. We did a project in each of Fortran, COBOL and Ada. I enjoyed Ada very much. The module system made a lot of sense to me and the compiler found a lot of mistakes (compared to C). Thanks for sharing this article. It brought me back and makes me want to give Ada another go now that I have 10 years of real world experience.
Later I learnt that VHDL is related to ADA. I've been itching to try it for a long while. Might give it a try this week. Currently I am in my Rust phase and loving it (thanks cargo). My Haskell fever is gone though.
Re: Writing Linux Modules in Ada (2016)
#7Hah, my perfect niche! I think that an ada-like language could make a real resurgence in embedded programming. Ada gets all the things about bare-metal right that C got wrong. However, it's held up by legacy tooling, clunky syntax, and obtuse compiler errors. Adacore has gone a long way towards alleviating those issues over the last few years, with alire and the ada_language_server. Time will see where this language…
Re: Writing Linux Modules in Ada (2016)
#8With be the popularity of Rust, it makes me kind of wonder why Ada isn't more popular. I should give the language a go.
Re: Writing Linux Modules in Ada (2016)
#9(2016)