Y
Hacker News
new
|
ask
|
show
|
jobs
by
hexane360
978 days ago
I'm sure you know this, but this is actually a special case of a much more general rule; in Julia, prefixed string literals are implemented are passed on to macros:
https://docs.julialang.org/en/v1/manual/metaprogramming/#met...
Such macros can be defined by libraries or the end user to provide special behavior.