in reply to Language for something simple

Having developed code in C for fifteen years before discovering awk and then Perl, I know that for anything to do with file manipulation I'd use Perl, hands down. I can remember writing C utilities many times, writing argument parsing and file manipulation routines over and over again, thinking to myself, "This is stupid -- I haven't even got to the part that I want to do yet!"

Don't get me wrong -- C is an awesome language, and it's blazingly fast; but it's a bit like building a house using individual 2x4s rather than the pre-built Walls that Perl provides. :)

Alex / talexb / Toronto

Team website: Forex Chart Monkey, Forex Technical Analysis and Pickpocket Prevention

"Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

Replies are listed 'Best First'.
Re^2: Language for something simple
by spx2 (Deacon) on Mar 09, 2010 at 16:08 UTC
    But maybe there are "pre-built Walls" for C also ?