Is it time for D 3.0?

Ola Fosheim Grøstad ola.fosheim.grostad at gmail.com
Wed Apr 15 12:51:47 UTC 2020


On Monday, 13 April 2020 at 15:27:46 UTC, Atila Neves wrote:
> If I were designing and implementing a language from scratch 
> right now, that's exactly what I'd do.

Here is one funny approach:

1. implement an interpreter/JIT
2. run it
3. create a core dump when hitting the first I/O instruction
4. use a program that turns the core dump into an executable

Voila. Compilation finished.

;""}



More information about the Digitalmars-d mailing list