We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a75ea12 + 8e8d217 commit 21b31adCopy full SHA for 21b31ad
README.md
@@ -7,6 +7,11 @@ issues and with the full performance of a standard Julia anonymous function. Thi
7
builds functions in a way that avoids `eval`, but cannot store the precompiled
8
functions between Julia sessions.
9
10
+Note that `RuntimeGeneratedFunction` does not handle closures. Please use the
11
+[GeneralizedGenerated.jl](https://github.com/JuliaStaging/GeneralizedGenerated.jl)
12
+package for more fixable staged programming. While `GeneralizedGenerated.jl` is
13
+more powerful, `RuntimeGeneratedFunctions.jl` handles large expressions better.
14
+
15
Credit to Chris Foster (@c4tf) for the implementation idea.
16
17
## Example
0 commit comments