DEV Community

Discussion on: World-first Static time RegEx engine with O(0) time complexity

Collapse
 
michelemauro profile image
michelemauro

Really interesting take. It makes perfect sense to compile a static regex at compile time, and to use the compiler's own type system to do it. Of course, the type checker doesn't expect to be abused that way 😁