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: Emmanuel Deloget
Subject: Re: [Tinycc-devel] modern c++ compiler written in C
Date: Tue, 28 Apr 2015 20:39:20 +0200

Hello, 

 Some critical "user level" applications are written
​> ​
in the latest c++ dialect, and this dialect will soon be compilable only with

​> ​
c++ written c++ compiler, hence shutting down for good any C compiler.

I think you've been hyped into thinking that only C++ can compile
C++. This is not true. The language you use to create compiler
is independant of the compiled language itself. The role of a 
compiler is to handle the (somewhat) massive amount of data that
is contained within a source file - it can do that in any language,
be it C, rust, ADA, fortran or shell script (ok, the latest one
might be less than adapted to the task). 

Best regards, 

-- Emmanuel Deloget


reply via email to

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