AdaCore University, e-learning center to teach the Ada language(university.adacore.com)
university.adacore.com
AdaCore University, e-learning center to teach the Ada language
http://university.adacore.com/
4 comments
Ada actually seems to be a pretty good idea for writing performant, security-critical code that has to link with C libraries... such as crypto libraries. Does anyone have any ideas on why it might not be as good as it looks, past the fact that the absolute latest version is proprietary?
I spent like 3 days trying to install / compile it on my mac for stm32f4, I couldn't get it to work. I can't imagine doing open source with a compiler nobody can install.
I'm pretty bummed, and no other implementation than gnat seems to free. So, the whole language is out of reach.
It's too bad, because i have some real time embedded stuff to write on a very light platform, and I'm stuck with C (I might try to strip some C++ executables again in the future, but I don't think C++ is a suited as Ada would be)
It's too bad, because i have some real time embedded stuff to write on a very light platform, and I'm stuck with C (I might try to strip some C++ executables again in the future, but I don't think C++ is a suited as Ada would be)
[deleted]
I'm just going to leave this here because it's outrageously funny
http://bit.csc.lsu.edu/~gb/csc4101/Reading/gigo-1997-04.html
http://bit.csc.lsu.edu/~gb/csc4101/Reading/gigo-1997-04.html
yeah, keep recycling someone's 15 year old jokes on an even older version of the lang. That's bound to make you feel clever.
>I would meet every deadline, for each missile and each mine,
By land and by the sea.
And my storage would be pooling,
While my tasks were busy dueling,
If I only had GC.
pretty good. made me laugh at least.
pretty good. made me laugh at least.
This is a head scratcher... The most modern educational innovation is being applied for the least modern language. I guess it makes sense. There are lots of in person training programs for Ruby and Python, but not for Cobol or Ada.
Ada is quite a long way from COBOL. Having just completed its latest revision about a year and a half ago, Ada is very much cutting edge. Ada 2012 is hardly a maintenance revision like you may find for COBOL; it adds tons of new stuff like contracts and substantial improvements to concurrency and SMP support. Ada 2012 was too long after it's previous revision, Ada 2005, which was standardized in 2007, and was quite more substantial than even 2012.
Static typing, message passing concurrency, dynamic dispatch, modules, object orientation, generics. These things are so ancient, why would anyone want to use a language like that anymore? About the only thing it doesn't get a check mark for is functional programming. And most of those features I listed were actually well considered and deliberated on before being added into Ada so it's not just a kluge like tacking more features onto C.
"Least modern"? You know Ada gets updates to its standard, right?
> This is a head scratcher... The most modern educational innovation is being applied for the least modern language.
How is it the least modern language? The oldest? The least relevant? Please be specific.
How is it the least modern language? The oldest? The least relevant? Please be specific.
http://www.adacore.com/adaanswers/gems
Get started..