Hacker News new | ask | show | jobs
by pjmlp 670 days ago
Which if you come to think of it, fits quite naturally 40 years later, in having combined JIT / AOT toolchains for most compiled languages.

Pity that only Visual C++ seems somehow close to Energize C++ and Visual Age for C++ v4, for that kind of incremental development experience. Live++ and ROOT aren't that widespread.

Also D has a similar approach, use dmd for development, ldc or gdc for release.