Is there a comprehensive list of special macros in Julia? -
Discusses macros in Julia, which usually starts with @
, but There are two special macros, Code> text_str , and cmd
, which handle text "string"
and `shell command`
respectively . Is there a comprehensive list of these special macros supported by Julia? Is it possible to define your own?
then all macros , strings are literally inside, including macros.
If you are asking about these particular syntax changes like normal syntax macros, then I think a question is not easily responsive: there are many informal syntax translations such as that you do not do in the user To change the syntax without using a code (using a @
without a macro). Most julia macro-or-functions are not magic-visible, but string literals, ccall
, and maybe there are things like A'c
and this Kind qualification is obtained. / P>
Comments
Post a Comment