>You have profiled the program and determined that it is better to run the function at compile-time. For example, you might want to make `(regex "[a-z][a-z0-9]+")` compile the string to a regular expression at compile-time instead of run-time
I think it would be more appropriate to use a compiler macro here.
I think it would be more appropriate to use a compiler macro here.