Live data from Hacker News

Viewing profile — benniw

benniw

HN member
Joined
Fri, Jun 13, 2014, 9:16 PM UTC
HN karma
3
Public activity
3 items

About benniw

No profile information was provided.

Recent public activity

  1. comment
    Comment #7892505

    Re "compatibility", I was thinking more about the language's library ecosystem, that could benefit from a single official regex implementation that can be relied upon and can be as…

  2. comment
    Comment #7892487

    "more memory and more overhead than e.g. splitting a string by simply scanning it." Regexes are simply scanning strings, they're just a more condensed syntax for specifying how the…

  3. comment
    Comment #7890926

    There are real benefits, they're called convenience and compatibility. And what's wrong with tying a language to a specific regex syntax? After all, you're also tying it top a spec…