Lambda the Ultimate

inactiveTopic Comparative Regexps
started 11/15/2000; 12:15:22 AM - last post 11/15/2000; 12:15:22 AM
andrew cooke - Comparative Regexps  blueArrow
11/15/2000; 12:15:22 AM (reads: 634, responses: 0)
Comparative Regexps
The top link is a Scheme classic about implementing regexps - it's interesting to see how the syntax changes (rather than put the regexp in a string, make an S-expression; the intro also has some good general points).

This link is a small regexp matcher in Caml which shows how much work pattern matching and static typing can do for you. Neat.
Posted to "" by andrew cooke on 11/15/00; 12:17:55 AM