[nem-en] Scala: what you say about it?
vc
vc at rsdn.ru
Mon Nov 20 15:42:56 CET 2006
> > BTW, I'm not a linux guy, but after we finish VS integration, we can
> > look into Mono/SharpDevelop applications as well.
>
> This should be much easier, once one plugin is done.
+1
But we have a problem with compiler engine (for example, problem with typing
methods bodies) which slowdown our work. Please, help us.
> > I can give you an idea :) What do you think about like-Erlang
> > multithreading features in Nemerle?
>
> Ha! This seems like a good idea. Recently I was trying to use
> multithreading in parts of my prover and was really disappointed by
> how ugly it is.
+1
> please tell me so, I'll focus on it more.
Biggest problem bugs in typing methods bodies.
It problems come in only in VS Integration, but problem concealed in
compiler internals. Typer is very hard to understand and I can't find reason
of this bug.
Next serious problem is a information about location in compiler/macro
generated code. In Integration we must separate code written by user and
compiler generated code. We incrementally parse and type all expression
written by user for provide facility like hints, code navigation and
just-in-time error highlighting. But often, generated code hide user written
code and we can't understand what of them to use. It's need architecture
decision. We must mark generated code in some way.
More information about the devel-en
mailing list