|
"LoadError: Evaluation into the closed module" with Macro that generates new types and methods
|
|
5
|
500
|
February 22, 2023
|
|
Late evaluation of expression as anymous function
|
|
11
|
435
|
February 12, 2023
|
|
Macro or DSL for easier DBInterface usage?
|
|
6
|
416
|
February 3, 2023
|
|
`const` syntax outside of `struct`
|
|
0
|
339
|
January 18, 2023
|
|
How to create a non-standard string literal with parameters in Julia?
|
|
8
|
504
|
January 16, 2023
|
|
Defining an Anonymous Function in a Macro
|
|
2
|
328
|
January 7, 2023
|
|
Meta-metaprogramming practical examples
|
|
4
|
811
|
January 6, 2023
|
|
Evaluating expression on tuple of variables doesn't work inside function
|
|
2
|
367
|
January 2, 2023
|
|
Access docstring within a macro
|
|
5
|
621
|
December 19, 2022
|
|
Defining a global variable in a nested quote
|
|
1
|
302
|
December 16, 2022
|
|
How to "copy-past" quote expression in a function?
|
|
5
|
565
|
December 14, 2022
|
|
Using @which inside a macro on expr
|
|
5
|
624
|
December 9, 2022
|
|
Metaprogramming with @generated
|
|
6
|
521
|
December 6, 2022
|
|
Performant and user-friendly function only through metaprogramming?
|
|
1
|
355
|
December 5, 2022
|
|
`invoke` for non-conforming types
|
|
0
|
268
|
November 23, 2022
|
|
How to properly implement lazy compilation of submodules? Problem with invokelatest for kwarg functions
|
|
0
|
286
|
November 18, 2022
|
|
Metaprogramming: Defining new methods to existing function
|
|
0
|
311
|
November 14, 2022
|
|
Syntax error when interpolating a quoted operator into a quoted expression
|
|
3
|
479
|
November 14, 2022
|
|
Macro question (create variables)
|
|
4
|
843
|
November 12, 2022
|
|
Why use metaprogramming?
|
|
7
|
1566
|
November 5, 2022
|
|
Is it possible to add template programming and Metaclasses using Julia macro system?
|
|
5
|
460
|
October 31, 2022
|
|
Using @eval in a function
|
|
17
|
2458
|
October 29, 2022
|
|
String questions
|
|
3
|
508
|
October 27, 2022
|
|
Creating Ensemble Model(s) with Flux
|
|
6
|
657
|
October 17, 2022
|
|
Nested expressions rules seem different when `$` involved
|
|
2
|
508
|
October 14, 2022
|
|
Regex on an Expr
|
|
3
|
295
|
October 11, 2022
|
|
Is it possible to study the Wizard Book in Julia?
|
|
6
|
782
|
October 5, 2022
|
|
How do you make an arbitrarily nested for loop?
|
|
2
|
656
|
October 4, 2022
|
|
Higher order function as macro
|
|
1
|
440
|
September 27, 2022
|
|
Lexer for SQL statements
|
|
3
|
322
|
September 23, 2022
|