Hacker News new | ask | show | jobs
by stackghost 620 days ago
>TCL was chosen here because its regex engine isn't too powerful.

Uh, not sure I see the significance but wouldn't that make Tcl less apt for this than something else? Why would you purposely choose a less powerful regex engine?

1 comments

When you feed the engine regexes supplied by users, you don’t want arbitrary code execution or exponential or infinite running times caused by obscure features.