vote up 5 vote down star
4

I'm going to a talk by Bjarne Stroustrup. Does someone have a good question to ask him?

flag

62% accept rate
"Where can I get what you were on?" – jrockway Oct 17 at 0:35

14 Answers

vote up 5 vote down check

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?)

link|flag
vote up 11 vote down

I wouldn't ask any of the ones answered in his faqs.

link|flag
vote up 9 vote down

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?

link|flag
Interesting question. – paercebal Oct 31 '08 at 0:52
Actually, if you look at LLVM, you can treat C++ like a systems-level application language but get the benefit of a VM. So I think it's more of programming style rather than actual language modification/support. – Dean Michael Oct 31 '08 at 5:01
vote up 7 vote down

What would you have done differently if you didn't have the following constraints:

  1. Writing a language that had to be implementable on 80's hardware. (Note: I'm talking strictly about the complexity and memory usage of the compiler itself. The idea is that C++'s niche would still be performance-oriented code.)
  2. Backwards compatibility with C.
link|flag
vote up 6 vote down

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.

link|flag
Faulty assumption. Many developers use C++ in kernel-level software development. – Aaron Oct 31 '08 at 20:37
vote up 6 vote down

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!

link|flag
+1 Definitely curious about progress on a standard ABI – luke Nov 3 '08 at 17:41
vote up 5 vote down

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

link|flag
vote up 3 vote down

do you think OOP is the best programming paradigm for large scale software systems?

OK I got it from here..

link|flag
vote up 2 vote down

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.

link|flag
vote up 1 vote down

What were you thinking?!?

link|flag
You could copy Michael's questions to Tobey from The Office (US): Who do you think you are? What gives you the right? +1 for funny ;) – ojrac Oct 29 '08 at 22:28
Nah, that question just proves you haven't read his "The Design and Evolution of C++". – Andreas Magnusson Oct 30 '08 at 7:19
vote up 1 vote down

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?

link|flag
Stupid question, who gives a crap about popularity? It is still widely used in several domains, while some languages like Java and C# have supplanted it in others. – steveth45 Oct 30 '08 at 18:47
Not sure about "popularity" but the usage of C++ is rising, not declining, especialy in the embedded world. – Nemanja Trifunovic Oct 31 '08 at 2:05
vote up 1 vote down

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")

link|flag
and the response was...? come on, we're curious out here! – Paul Nathan Oct 30 '08 at 15:42
vote up 0 vote down

Why? Oh God? Why?

link|flag
vote up 0 vote down

Q: Where did you goto?

A: Beyond the C.

Q: And are you OK?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.