I doubt that custom precedence would ever come to Scala. That would
require syntactic level configurability based on the type of a symbol,
and most language people wouldn't dare to mix type checking with
parsing, its probably not a good idea. (The exception being C++, but I
think they do something hacky to avoid that).
On Tue, Jul 8, 2008 at 4:55 PM, Francesco Pasqualini <
frapas@...> wrote:
> I hope this will be implemented in future Scala releases.
> Any prevision ?
> It could be a great feature and with the ability to implement foreign
> languages syntax in Scala it will be easiest to port chunk of code and
> library from different languages to Scala.