> This happens if the compiler can determine that the regular expression (no matter if it's a string or an S-expression) is constant at compile time
If this were just a run of the mill caching mechanism, then whether the pattern was a constant at compile time wouldn't matter.
> This happens if the compiler can determine that the regular expression (no matter if it's a string or an S-expression) is constant at compile time
If this were just a run of the mill caching mechanism, then whether the pattern was a constant at compile time wouldn't matter.