[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

lines of code



To satisfy your casual interest in the number of lines of xanadu code:
	smalltalk:	38880
	c++:		148236
		including:
			hxx:	38327
			*s.cxx: 45716 
I consider the hxx & *s.cxx files as entirely machine generated,
so the real cxx code is 64193 lines  from  38880 lines of smalltalk,
giving an expansion ratio of 1.65  which I expect mostly comes from
include files and extern declarations and a few lines of white space
per method, due to the different formats of the 2 languages.