The Compat.jl package enables using some new Julia features and syntax with older versions of Julia. Its features are documented on its README, but a summary of useful applications is given below.
0.5.0
Unified String type
In Julia v0.4, there were many different types of strings. This system was...