Skip to content

Commit d117adb

Browse files
committed
up README
1 parent fe11e6e commit d117adb

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# GeneralizedGenerated
22

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)
77
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3596233.svg)](https://doi.org/10.5281/zenodo.3596233)
88

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**.
1110

1211
Besides, some utility stuffs relevant to GeneralizedGenerated's implementation are exported,
1312
which **allows you to keep `eval` and `invokelastest`** away from Julia
@@ -16,7 +15,7 @@ metaprogramming.
1615

1716
## Background: World Age Problem
1817

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).
2019

2120
```julia
2221
julia> module WorldAgeProblemRaisedHere!

0 commit comments

Comments
 (0)