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)
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 equ
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 such a common task, this would be a good example.
It would also, incidentally, highlight how optimized Perl is for the task, compared to other languages.
(darren)
Reply to This
Parent