Julia Programming Language
Assigning a macro to a variable
General Usage
yuyichao
May 17, 2017, 3:34pm
3
Macros are just functions with a funny name
@eval const $(Symbol("@f")) = $(Symbol("@btime"))
6 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
How to assign value in macro from a function call
General Usage
question
3
960
September 21, 2018
Interpolate into macro like BenchmarkTools
General Usage
question
,
macros
1
543
December 10, 2018
Is it possible to define a macro in one line (one-liner macros)?
General Usage
macros
8
957
August 12, 2022
@btime with local function --> not defined
Performance
3
1623
December 12, 2022
Create Generic Function Without Macros From String and Symbolic Variable
General Usage
symbolics
13
257
July 28, 2024