|
"LoadError: Evaluation into the closed module" with Macro that generates new types and methods
|
|
5
|
484
|
February 22, 2023
|
|
Late evaluation of expression as anymous function
|
|
11
|
401
|
February 12, 2023
|
|
Macro or DSL for easier DBInterface usage?
|
|
6
|
404
|
February 3, 2023
|
|
`const` syntax outside of `struct`
|
|
0
|
332
|
January 18, 2023
|
|
How to create a non-standard string literal with parameters in Julia?
|
|
8
|
493
|
January 16, 2023
|
|
Defining an Anonymous Function in a Macro
|
|
2
|
321
|
January 7, 2023
|
|
Meta-metaprogramming practical examples
|
|
4
|
788
|
January 6, 2023
|
|
Evaluating expression on tuple of variables doesn't work inside function
|
|
2
|
355
|
January 2, 2023
|
|
Access docstring within a macro
|
|
5
|
587
|
December 19, 2022
|
|
Defining a global variable in a nested quote
|
|
1
|
301
|
December 16, 2022
|
|
How to "copy-past" quote expression in a function?
|
|
5
|
552
|
December 14, 2022
|
|
Using @which inside a macro on expr
|
|
5
|
609
|
December 9, 2022
|
|
Metaprogramming with @generated
|
|
6
|
507
|
December 6, 2022
|
|
Performant and user-friendly function only through metaprogramming?
|
|
1
|
353
|
December 5, 2022
|
|
`invoke` for non-conforming types
|
|
0
|
258
|
November 23, 2022
|
|
How to properly implement lazy compilation of submodules? Problem with invokelatest for kwarg functions
|
|
0
|
285
|
November 18, 2022
|
|
Metaprogramming: Defining new methods to existing function
|
|
0
|
306
|
November 14, 2022
|
|
Syntax error when interpolating a quoted operator into a quoted expression
|
|
3
|
447
|
November 14, 2022
|
|
Macro question (create variables)
|
|
4
|
830
|
November 12, 2022
|
|
Why use metaprogramming?
|
|
7
|
1537
|
November 5, 2022
|
|
Is it possible to add template programming and Metaclasses using Julia macro system?
|
|
5
|
451
|
October 31, 2022
|
|
Using @eval in a function
|
|
17
|
2389
|
October 29, 2022
|
|
String questions
|
|
3
|
507
|
October 27, 2022
|
|
Creating Ensemble Model(s) with Flux
|
|
6
|
643
|
October 17, 2022
|
|
Nested expressions rules seem different when `$` involved
|
|
2
|
492
|
October 14, 2022
|
|
Regex on an Expr
|
|
3
|
282
|
October 11, 2022
|
|
Is it possible to study the Wizard Book in Julia?
|
|
6
|
755
|
October 5, 2022
|
|
How do you make an arbitrarily nested for loop?
|
|
2
|
646
|
October 4, 2022
|
|
Higher order function as macro
|
|
1
|
428
|
September 27, 2022
|
|
Lexer for SQL statements
|
|
3
|
320
|
September 23, 2022
|