|
Re: "The Power of Hybridization" Video from CERN
|
Posted: Oct 28, 2011 1:28 AM
|
|
Regarding C++, I am a bit biased but can be persuaded, so here are my points: - I do not see the GC (Garbage Collector) as a focal point. I treat the langauge in a way that it has been pointed optional: there are some libraries if one needs it, but basically it is not omipresent. I think it also opens some way for C++ in the embedded world, where usually these things are quite not needed. Disregarding C++ I have seen systems threated as high reliable to fail due GC as its internal nature was overlooked and timing issues caused errors. - UI? Well I think there are quite some good libraries and possibilities (in alphabetical order): Fltk, Gtk++, Qt, wxWidgets,etc. Yes each has its own shortcomings but nothing can be 100% good for everyone.
And thank you for the insightful presentation. And yeah, I like your painting on the "Solution" slide :)
|
|