> On 20 Dec 2015, at 09:13, Clément Bera <[email protected]> wrote:
>
>
>
> 2015-12-20 8:15 GMT+01:00 Marcus Denker <[email protected]
> <mailto:[email protected]>>:
>
>
> On Sat, Dec 19, 2015 at 9:24 PM, Tudor Girba <[email protected]
> <mailto:[email protected]>> wrote:
> Hi,
>
> Strings are supposed to be immutable, and that is why we do not support
> editing by default :).
>
>
> I do not think this is good... yes, it would be nice if *literal* strings
> *would* be immutable, but they are not.
>
> Actually, that is something I work on and that should be the case in the
> incoming months. All literals will be immutable by default, except if you
> explicitly ask the compiler to compile mutable literals.
>
Very good!
Marcus