Vala could replace C ...

Sean Kelly sean at f4.ca
Tue Sep 4 08:55:59 PDT 2007


Charles D Hixson wrote:
> 
> Another thing that would be useful is a specific and well documented 
> entry point in the libraries (probably std.compiler or std.object) that 
> could be called to do all necessary initializations if the main routine 
> were, e.g., C.

In Tango, these are:

extern (C) void rt_init( void delegate(Exception) dg = null );
extern (C) void rt_term( void delegate(Exception) dg = null );


Sean



More information about the Digitalmars-d-announce mailing list