InfoQ Homepage Presentations Have Native Languages Returned? (TL;DR: Yes)
Have Native Languages Returned? (TL;DR: Yes)
Summary
In this panel users of C++, Rust, and Go talk about how they picked their language of choice, what problems remain, what was impossible to do with VM-based languages and much more.
Bio
Paul Dix is the CEO of InfluxDB. Werner Schuster focuses on languages, VMs and compilers, HTML5/Javascript, and recently more on performance optimization. Todd Lipcon is a software engineer at Cloudera.
About the conference
Software is Changing the World. QCon empowers software development by facilitating the spread of knowledge and innovation in the developer community. A practitioner-driven conference, QCon is designed for technical team leads, architects, engineering directors, and project managers who influence innovation in their teams.
Community comments
Using C++... just, reimplementing everything and keeping mental models
by hmijail hmijail,
Re: Using C++... just, reimplementing everything and keeping mental models
by hmijail hmijail,
Using C++... just, reimplementing everything and keeping mental models
by hmijail hmijail,
Your message is awaiting moderation. Thank you for participating in the discussion.
As Paul Graham wrote: "If you try to solve a hard problem, the question is not whether you will use a powerful enough language, but whether you will (a) use a powerful language, (b) write a de facto interpreter for one, or (c) yourself become a human compiler for one."
The C++ guy in this panel sounds like he's happy being a human compiler to get what the Rust and Go guys mention is provided by their languages.
Re: Using C++... just, reimplementing everything and keeping mental models
by hmijail hmijail,
Your message is awaiting moderation. Thank you for participating in the discussion.
(Well, to be fair, he does say at the beginning that if he had to start today his project, he might have chosen another language)