NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Data munging with ... (Score:1, Interesting)
Reply to This
Re:Data munging with ... (Score:4, Insightful)
(Caveat - I have not read Dave's book, so I don't know exactly what is in it.) "core" C (c.f. "core" perl) would be hard, as I think that to do it properly you'd have to re-implement Perl's data structures in C. However, I don't know if any freely available C libraries give you enough to avoid that step, and hence make writing data munging with foolib viable.
However, rather than pure "Data munging with Python" what I'd really like to see is "Data munging with Perl/Python/Ruby/TCL" (say) where there are equivalent code examples in all 4 (or 3? too many?) languages, so that you can directly see how they map to each other. For that matter, "Data munging in Perl6" could also be quite informative.
Reply to This
Parent
Re:Data munging with ... (Score:1)
Amen!
I've been waiting for a while to see a book that intelligently presents (and possibly compares) the same technique in several languages, and since text munging is su
(darren)