On Fri, 2008-01-25 at 15:45 +0000, Sam Mason wrote: > > Because that is the style that C programmers know how to write. > > Yes, on a syntactic level C style initialisers are a good thing. I was > really meaning from a type level point of view. Could it be easier > to work in a more functional way with objects being only completely > initialised.
Objects need to be fully initialized, but static analysis can be used to determine whether that has been achieved. shap _______________________________________________ bitc-dev mailing list [email protected] http://www.coyotos.org/mailman/listinfo/bitc-dev
