I'm going to a talk by Bjarne Stroustrup. Does someone have a good question to ask him?
|
4
|
|||
|
|
|
Does he still think "libraries" are always the best way to make a language extensible? What about better facilities for defining "domain specific languages" or (Lisp-style) macros? (If he does still think libraries are the best way, what are his reasons?) |
|||
|
|
|
|
I wouldn't ask any of the ones answered in his faqs. |
||
|
|
|
|
As we move into a more IL/VM-centric development world for rapid application development, do you see C++ in the future there, or do you see C++ as more a systems-level and optimized application language? |
||||
|
|
|
What would you have done differently if you didn't have the following constraints:
|
||
|
|
|
|
I would ask him why he believes that C++, despite being aimed at system level programming, never caught on as the language of choice for the kernel-level of an operating system. |
||
|
|
|
I would like to ask him how he sees C++'s future as far as supporting more metaprogramming is concerned -- not only static metaprogramming (template metaprogramming, preprocessor programming) but also dynamic metaprogramming (ruby-style monkey patching, runtime type introspection, decent reflection, and runtime type construction). One other question I'd like to ask him is whether he sees any chance to get C++ compiler vendors and maybe the standards committe to standardize on an ABI. Good luck with that interview! |
||
|
|
|
I would watch his last conference before making an interview with him, at least questions section - during which he admitted that template metaprogramming is challenging and almost unnecessary to achieve, and I wonder if he is aware that c++ itself is already such a challenging one :S His second confession, if I am not mistaken, was about auto keyword; he and one of his friends intended to add that keyword in 80's however C++ committee didn't accept their proposal. you could ask if there are any other refused proposals he intended to add before but will do for C++0x. http://www-sop.inria.fr/geometrica/events/WG21_meeting_june_2008/ConfINRIA10juin1_stroustrup.rm |
|||
|
|
|
|
do you think OOP is the best programming paradigm for large scale software systems? OK I got it from here.. |
||
|
|
|
|
Sounds like a great opportunity you have. I'd ask him a question you want an answer to, and one that only he can answer. |
||
|
|
|
|
What were you thinking?!? |
||||
|
|
|
C++ inspired Java and C#, but their success caused C++ not to take the role of The Language of The Future anymore, as C++ did during the late 80s and 90s. What drives you to continue developing the language as its popularity is declining, and what is the point? |
||||
|
|
|
I am actually at the conference (Software Development Best Practices) and believe it or not, Bjarne did answer some of these questions (including the ones like "why, oh why") |
||
|
|
|
Why? Oh God? Why? |
||
|
|
|
|
Q: Where did you goto? A: Beyond the C. Q: And are you OK? |
||
|
|
