ANN: Julia Cheatsheet updated for Julia 1.0

I believe the following code in the cheat sheet:

abstract type Programmer
    name::AbstractString
    birth_year::UInt16
    fave_language::AbstractString
end

is wrong, since Julia does not allow abstract types with fields yet

4 Likes