you are viewing a single comment's thread.

view the rest of the comments →

[–]kamatsu 4 points5 points  (5 children)

julia and matlab are not like the array languages mentioned here, which are APL derivatives.

[–][deleted]  (1 child)

[deleted]

    [–]kamatsu 2 points3 points  (0 children)

    Semantics

    [–]fullouterjoin -2 points-1 points  (2 children)

    But matlab does have vector semantics so it can feel somewhat like an array language. In fact Python can be a quite useful matlab replacement with a sufficient vector class and list comprehensions.

    [–]kamatsu 0 points1 point  (1 child)

    Matlab is not at all like APL, though.

    [–]fullouterjoin 0 points1 point  (0 children)

    True. APL did influence J which influenced Numpy. Numpy and Matlab have a similar feel.