#pragma comment (lib, ...)
Paulo Pinto
pjmlp at progtools.org
Wed Oct 10 07:26:42 PDT 2012
On Wednesday, 10 October 2012 at 14:41:56 UTC, Walter Bright
wrote:
> On 10/10/2012 6:48 AM, Marco Leise wrote:
>> Linking is just time you wait until you can run your program.
>> In a modern language I'd like to understand compilation and
>> linking as one process.
>
> Actually, I think you're right. There's no technical reason why
> the compiler can't go directly to an executable in one step.
>
> I've often thought of doing this.
Turbo Pascal was already doing this back in 1987.
The Pascal family of languages always made me look down to C and
C++ toolchains as stone age technology that I have to endure when
using those languages.
This is actually one feature that I really like in JVM/.NET
worlds, even in the native compiler versions that are available
for them.
--
Paulo
More information about the Digitalmars-d
mailing list