Closed aleclarson closed 6 years ago
Regexes need to be compiled to work efficiently, I don't think it'd be good to make it easy to create horribly slow regexes.
JIT optimization doesn't help with that? Interesting
Heh... I will have to actually start working on the compiler before I can say if this will have reasonable performance characteristics or not. But it's never going to have great performance.
WDYT of regex literal having a syntax for variable interpolation?