tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] modern c++ compiler written in C


From: sylware
Subject: Re: [Tinycc-devel] modern c++ compiler written in C
Date: Thu, 14 May 2015 21:02:13 +0000
User-agent: Mutt/1.5.23 (2014-03-12)

On Thu, May 14, 2015 at 07:33:21AM +0200, Christian Jullien wrote:
> P.S. except for the fun, who really cares about C++ that old?

This is where it's going to hurt. c++ standard is currently evolving *fast*,
see c++14. Many critical apps will/are add/ing c++14 toolchain requirement in
order to be compiled. For instance, GPU shaders does us llvm... they kind of
force you to have the latest llvm to compile shaders (API instability, features
for latest opengl, bugs of course).  Modern WWW renderers will follow very
probably. Blender?

With only modern c++ toolchains written using modern c++ toolchains, they are
basically killing any C toolchain on the medium term (from a standard usage
perpective).

c++ language/stdlib and ABI are just *massive* and very hard to get right, that
due to their insane complexity. Playing cat and mouse with the standard is
going to be really a lot of work.

-- 
Sylvain



reply via email to

[Prev in Thread] Current Thread [Next in Thread]