[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: parsing markup with Perl
[Default] On Sat, 08 Feb 2014 14:43:46 +0000, Michael Kay <mike@saxonica.com> wrote: | I get the impression that Perl programmers use regexes as their | preferred way of performing almost any task, Not preferred. Natural. This is because regexes are basic to most text-processing tasks. Perl took regexes from AWK (which got the idea from SNOBOL and other precursors, as to the centrality and ubiquity of pattern matching) and flew with them. | whereas in most other languages it's something people turn to | after considering other options. Mainly because other languages were not aimed at text (or flat file) processing to begin with as a primary consideration. That said, not every task can be reduced to text processing...
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|