On 2016-01-04 10:44, Walter Bright wrote:

So, what does D do?

    http://dlang.org/phobos/std_regex.html

D enables CTFE to write a PROPER compile time regex language, with
correct regex grammar, correct regex tokens, regex-specific error
messages, etc. And it works great! It's not a hack, compromise, or
workaround. It's a real, embedded DSL. And it's faster than any other
regex engine on the market.

And how would you do that for SQL. Build a CTFE SQL database?

--
/Jacob Carlborg

Reply via email to