Y
Hacker News
new
|
ask
|
show
|
jobs
by
hnick
2482 days ago
I'm a huge regex fan too. The main thing I love about Perl that is missing from most (all?) other languages is that regex is plain old syntax, not an object/function/module.
1 comments
Grinnz
2482 days ago
Javascript has adopted this, among other nice things it's gotten from Perl.
link