1
1
# GeneralizedGenerated
2
2
3
- [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://thautwarm .github.io/GeneralizedGenerated.jl/stable )
4
- [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://thautwarm .github.io/GeneralizedGenerated.jl/dev )
5
- [ ![ Build Status] ( https://travis-ci.com/thautwarm /GeneralizedGenerated.jl.svg?branch=master )] ( https://travis-ci.com/thautwarm /GeneralizedGenerated.jl )
6
- [ ![ Codecov] ( https://codecov.io/gh/thautwarm /GeneralizedGenerated.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/thautwarm /GeneralizedGenerated.jl )
3
+ [ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://JuliaStaging .github.io/GeneralizedGenerated.jl/stable )
4
+ [ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://JuliaStaging .github.io/GeneralizedGenerated.jl/dev )
5
+ [ ![ Build Status] ( https://travis-ci.com/JuliaStaging /GeneralizedGenerated.jl.svg?branch=master )] ( https://travis-ci.com/JuliaStaging /GeneralizedGenerated.jl )
6
+ [ ![ Codecov] ( https://codecov.io/gh/JuliaStaging /GeneralizedGenerated.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/JuliaStaging /GeneralizedGenerated.jl )
7
7
[ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.3596233.svg )] ( https://doi.org/10.5281/zenodo.3596233 )
8
8
9
- GeneralizedGenerated enables the generalised generated functions. More concretely,
10
- ** supports defining closures in generated functions** .
9
+ GeneralizedGenerated enables the generalized generated functions. Specifically, ** it supports closure constructions in generated functions** .
11
10
12
11
Besides, some utility stuffs relevant to GeneralizedGenerated's implementation are exported,
13
12
which ** allows you to keep ` eval ` and ` invokelastest ` ** away from Julia
@@ -16,7 +15,7 @@ metaprogramming.
16
15
17
16
## Background: World Age Problem
18
17
19
- See an explanation [ here] ( https://discourse.julialang.org/t/world-age-problem-explanation/9714/4?u=thautwarm ) .
18
+ See an explanation [ here] ( https://discourse.julialang.org/t/world-age-problem-explanation/9714/4 ) .
20
19
21
20
``` julia
22
21
julia> module WorldAgeProblemRaisedHere!
0 commit comments