From: Sean Russell Date: 2001-10-25T03:32:08+09:00 Subject: [ruby-talk:23216] Re: Bruce Eckel's opinion of Ruby Stephan K�mper wrote: > I'd like to know how large the large projects are in Ruby (in LOC or > whatever measure). > Almost certainly shorter than (functionally) comparable projects in C, > C++, Java I'd guess... Oh, much smaller. REXML is has more features than Electric XML (Java), but the codebase, not counting comments and blank lines, is less than half the size: ~3,700 for EXML, and ~1,700 for REXML. Not quite an order of magnitude, but a healthy fraction. REXML started as a straight port of Electric XML, but there is almost no similarity in the code anymore. --- SER