Help writing a timeout macro
|
|
12
|
2599
|
March 26, 2023
|
How use eval to define macros that involve function definitions
|
|
0
|
68
|
January 30, 2023
|
Macro to reorder conditional nested loop
|
|
0
|
59
|
January 26, 2023
|
Can't we create a macro named "?"
|
|
2
|
173
|
December 22, 2022
|
FrankenTuple Fun
|
|
0
|
226
|
December 10, 2022
|
Question about macro and how to resolve/esc variables/expressions
|
|
1
|
93
|
December 6, 2022
|
Using @eval in a function
|
|
17
|
299
|
October 29, 2022
|
Unexpected result from setprecision
|
|
2
|
129
|
October 27, 2022
|
IDE: step-through debugging for macro-generated function?
|
|
0
|
311
|
July 1, 2021
|
Is there a built in macro like @show that returns a string?
|
|
5
|
180
|
October 4, 2022
|
Macro accessing fields of struct at another module
|
|
1
|
147
|
September 28, 2022
|
How to write a macro to export all instances of an enum type
|
|
2
|
468
|
September 22, 2022
|
Namedtuple destructuring in macro fails roughly due to macro hygiene (since gensym goes eagerly)
|
|
2
|
161
|
September 8, 2022
|
Use a macro inside a function's definition
|
|
1
|
178
|
August 25, 2022
|
Assert type instability
|
|
5
|
184
|
August 16, 2022
|
Is it possible to define a macro in one line (one-liner macros)?
|
|
8
|
331
|
August 12, 2022
|
Call macro inside a macro with external variables escaped
|
|
3
|
193
|
August 12, 2022
|
Approximating non-standard evaluation like in R, e.g. for plot labels
|
|
15
|
975
|
August 10, 2022
|
Let-in macro
|
|
6
|
239
|
August 8, 2022
|
Trying to write a macro that will cause a function to be traced
|
|
5
|
313
|
May 15, 2022
|
Trying to write a macro for simple debugging
|
|
3
|
352
|
February 7, 2022
|
How to output a local import from a macro
|
|
1
|
185
|
January 27, 2022
|
Is there any way to produce a Type by cat strings together?
|
|
2
|
217
|
January 3, 2022
|
Defining a macro in a local scope?
|
|
8
|
747
|
December 16, 2021
|
How to call an imported (predefined) macro as a function on expressions?
|
|
6
|
299
|
September 12, 2021
|
Why is this small `@inline` function much slower than an equivalent macro?
|
|
2
|
557
|
June 26, 2021
|
Macro for unpack and copy
|
|
3
|
462
|
June 23, 2021
|
A macro for automatic output generation
|
|
9
|
275
|
June 16, 2021
|
Creating an Accounting Program in Julia, for Pluto
|
|
75
|
2049
|
June 8, 2021
|
Macro: is it possible to receive an evaluated argument?
|
|
8
|
320
|
March 9, 2021
|