@show and @which are two other common ones. There are examples of how to use them in this blog post: http://www.juliabloggers.com/julia-helps/ (<- I wrote this blog post.)
Are you looking for examples of macros you would want to use or examples of macros to help you write your own macros? -- Leah On Sun, Aug 31, 2014 at 8:47 AM, Xiaowei Zhang <[email protected]> wrote: > For example, the Julia manual illustrates the usage of @inbound and @simd > as performance tips. Can anyone provide a short list of macros with > examples besides these two? >
