|
Meta-metaprogramming practical examples
|
|
4
|
741
|
January 6, 2023
|
|
Why can't I combine a macro call with a comparison operator?
|
|
5
|
379
|
January 5, 2023
|
|
Can't we create a macro named "?"
|
|
2
|
347
|
December 22, 2022
|
|
Access docstring within a macro
|
|
5
|
553
|
December 19, 2022
|
|
Using a (computed) function in DataFrames with multiple arguments
|
|
11
|
676
|
December 19, 2022
|
|
A macro for pretty geometric algebra equations?
|
|
15
|
959
|
December 17, 2022
|
|
A fast reference implementation of a pretty projective geometric algebra
|
|
18
|
2161
|
December 14, 2022
|
|
Why `@nospecialize(ex)` in macros?
|
|
2
|
458
|
December 14, 2022
|
|
Typed globals: macro to define multiple, without manual type annotations
|
|
9
|
851
|
December 13, 2022
|
|
Question about macro and how to resolve/esc variables/expressions
|
|
1
|
281
|
December 6, 2022
|
|
Macro question (create variables)
|
|
4
|
796
|
November 12, 2022
|
|
Why use metaprogramming?
|
|
7
|
1469
|
November 5, 2022
|
|
Prevent escaping for single symbol inside macro body
|
|
0
|
250
|
November 1, 2022
|
|
Using @eval in a function
|
|
17
|
2255
|
October 29, 2022
|
|
Why are macros re-pre-compiled
|
|
4
|
531
|
October 27, 2022
|
|
Passing keyword arguments to nested functions | or how to use macros to define a function whose kwargs are those of their inner function calls
|
|
0
|
364
|
October 13, 2022
|
|
Documentation for how macros handle keyword arguments
|
|
2
|
1039
|
October 1, 2022
|
|
Create Formulas with Macros
|
|
4
|
587
|
September 29, 2022
|
|
Macro accessing fields of struct at another module
|
|
1
|
359
|
September 28, 2022
|
|
Higher order function as macro
|
|
1
|
411
|
September 27, 2022
|
|
How to write a macro to export all instances of an enum type
|
|
2
|
960
|
September 22, 2022
|
|
Metaprogramming: macro creating types
|
|
2
|
378
|
September 19, 2022
|
|
Avoiding eval() - struggling with correct macro syntax
|
|
3
|
508
|
September 12, 2022
|
|
Namedtuple destructuring in macro fails roughly due to macro hygiene (since gensym goes eagerly)
|
|
2
|
355
|
September 8, 2022
|
|
Nested async and sync
|
|
1
|
405
|
August 21, 2022
|
|
Check whether a macro is defined
|
|
1
|
351
|
August 19, 2022
|
|
Assert type instability
|
|
5
|
568
|
August 16, 2022
|
|
[ANN] DataFrameMacros.jl v0.3.0
|
|
0
|
413
|
August 15, 2022
|
|
Is it possible to define a macro in one line (one-liner macros)?
|
|
8
|
939
|
August 12, 2022
|
|
Call macro inside a macro with external variables escaped
|
|
3
|
374
|
August 12, 2022
|