[nem-en] Typing a expression in context of method

vc vc at rsdn.ru
Sat May 12 23:26:18 CEST 2007


> Yeah, it would be good direction... but
> 
> nazgul at mordor ~/nemerle/ncc
> $ ./g " Message." | wc
>     615    5877   75342
> 
> potentially 615 places to fix in compiler itself. Of course doing it
> on class level would result in much less changes, but anyways
> 
> nazgul at mordor ~/nemerle/ncc
> $ ./g " Message."  | awk '{ print $1 }' | sed -e 's/[0-9]*//g' | uniq | wc
>      67      67    2126
> 
> 67 files to modify :)

Wow :(
But without it parallel compilation is impossible.
And without it support big project on Nemerle will be very hard. :(

PS

In my option, we should little by little get rid of static code parts and in
the upshot make production quality compiler.
 
Vlad




More information about the devel-en mailing list