lotsa code

January 15th, 2004 at 10:34 am

The project I’m coding at work now (in Perl, yeehay !) has grown to be my largest Perl program ever, by far. It’s now at about 3300 lines (of which 2500 are operational, and the rest are test suites), which beats my previous (Perl) record of 1200+ lines (a MIX simulator).

I wonder if I’ll beat my largest programming effort - the partly C, partly C++ coded ESMS (see my website), which is about 6 KLOC, and reaches 10 if you take all the auxiliary utilities into account.

The current Perl project is not easy to handle - it’s large. But now I’m smarter than I’ve been before - I use a lot of modules, so my largest file is about 400 LOC, not much. It has it all, from binary file processing (using a specially coded BitStream module) through a nice Tk GUI. There’s still a lot of work to do.

Related posts:

  1. modularizing a large Perl script
  2. Perlmix progress

3 Responses to “lotsa code”

  1. Website TrafficNo Gravatar Says:

    This is a very very nice blog!… But what made you decide on the theme?

  2. Eric StrainNo Gravatar Says:

    Hi
    I’m looking for a downloadable copy of the Jamca chess program source code. The geocities link does not seem to work. Where can I find the source code for the project? Thank you.

  3. elibenNo Gravatar Says:

    Eric,

    http://eli.thegreenplace.net/programs-and-code/jamca/

Leave a Reply

To post code with preserved formatting, enclose it in `backticks` (even multiple lines)