File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,10 @@ Documentation is here: [stable](https://mauro3.github.io/Parameters.jl/stable) a
108
108
109
109
# Related packages
110
110
111
+ - `Base.@kwdef` has functionality similar to `@with_kw` but more
112
+ limited. However, with Julia v1.1 its capabilities will be much
113
+ enhanced, see [#29316](https://github.com/JuliaLang/julia/pull/29316).
114
+ If that is enough, ditch the Parameters.jl dependency.
111
115
- [QuickTypes.jl](https://github.com/cstjean/QuickTypes.jl) also
112
116
provides key-word constructors and default values. Provides a more
113
117
compact format. I'd say QuickTypes.jl is more suited for REPL and
Original file line number Diff line number Diff line change 1
1
# [ Parameters.jl] ( https://github.com/mauro3/Parameters.jl )
2
2
3
- ** Breaking news: Julia 0.5 support dropped.**
4
-
5
3
This is a package I use to handle numerical-model parameters, thus the
6
4
name. However, it should be useful otherwise too. It has two main
7
5
features:
You can’t perform that action at this time.
0 commit comments