I can't remember what I've read/heard with regards to the String overhaul,
but I know there's also been talk about overhauling tuples so they can act
like fixed size immutable arrays. Those might be a good candidate for
internal string representation, though I imagine there are other
considerations I'm not taking into account.

-Jacob


On Wed, Jun 11, 2014 at 10:35 AM, Stefan Karpinski <[email protected]>
wrote:

> That's not possible because of their multidimensionality, but the plan is
> to switch to making slicing into an array produce a view by default,
> instead of a copy.
>
>
> On Wed, Jun 11, 2014 at 10:30 AM, <[email protected]> wrote:
>
>> We're planning a major revamp of string and I/O functionality in 0.4, so
>>> this will all very likely change in the near future. Strings will be much
>>> more lightweight and efficient, and SubStrings will be the same as Strings.
>>>
>> Are there plans to merge SubArrays with Arrays too?
>>
>
>

Reply via email to