6 ms·
Julia seems to get around this by making macro syntax explicit [1]: e.g. the macro "code_native" is used as @code_native (expr) This makes macro wizardry easie
by Fishysoup 6y ago
Julia seems to get around this by making macro syntax explicit [1]: e.g. the macro "code_native" is used as @code_native (expr)
This makes macro wizardry easier to spot, but restricts how "plastic" the language is somewhat.
https://docs.julialang.org/en/v1/manual/metaprogramming/ https://docs.julialang.org/en/v1/manual/metaprogramming/