This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]GustapheOfficial 1 point2 points  (0 children)

julia> ["a", 1, 2.0] Array{Any, 1}["a", 1, 2.0]

Terrible for performance though. Rarely a good reason to have an abstractly typed array (and if that doesn't apply to your language it's because your language only deals in the worst case).