JuliaLang / Compat.jl

Compatibility across Julia versions
Other
145 stars 117 forks source link

Implicit named tuple and keyword argument names #699

Closed garrison closed 3 years ago

garrison commented 4 years ago

Not sure if anybody is interested in making @compat for implicit named tuple and keyword argument names (introduced in julia 1.5), but it would be welcome. There is an existing package for this which works on older versions of julia. It could be the start of such functionality here. More discussion in jw3126/EponymKeywordSyntax.jl#3.