```jl julia> [1] < [2] true julia> fill(1) < fill(2) ERROR: MethodError: no method matching isless(::Array{Int64, 0}, ::Array{Int64, 0}) ``` It could be nice if this returned `true`. I'm not sure if there are complications.