We decided to have [a, b] never concatenate, and [a b] and [a; b]
always concatenate. Before, [a b] would concatenate but T[a b] did
not. I think that was a bit confusing. However, I agree that "typed
concatenation" is a strange operation; not sure when I would use that.
Maybe time to use [| ... |] for concatenation?

On Wed, Feb 25, 2015 at 1:00 PM, Simon Danisch <[email protected]> wrote:
> Hi there,
> I thought default concatenation was deprecated, to make it easier to create
> arrays of arrays... But it became rather impossible and confusing in the
> horizontal case, from what I see.
> Is there really not a single method left from the few ways in 0.35 of
> creating a horizontal vector of vectors?
> 0.4:
> https://gist.github.com/SimonDanisch/6972c1c090c608738e83#file-cat0-4-jl
> 0.3.5:
> https://gist.github.com/SimonDanisch/058ef76b2583c620b667#file-cat3-5-jl
>
> Am I missing something, or is this a bug?!
>
> Best,
> Simon

Reply via email to