Skip to content

Commit 21b31ad

Browse files
Merge pull request #5 from SciML/myb/readme
Update readme
2 parents a75ea12 + 8e8d217 commit 21b31ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ issues and with the full performance of a standard Julia anonymous function. Thi
77
builds functions in a way that avoids `eval`, but cannot store the precompiled
88
functions between Julia sessions.
99

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+
1015
Credit to Chris Foster (@c4tf) for the implementation idea.
1116

1217
## Example

0 commit comments

Comments
 (0)