|
Hi Nicolas et al.
I've just read up on haXe and I'm impressed. The
feature set is great. It looks as if some features are inspired by functional
languages. Enumerations and switches, for example, resemble the functional
datatype and pattern matching and the nice aspect that you can ensure all
patterns are handled. Type parameters and constructors are sweet. You've helped
the community a lot. This is just what web
developers need. Type-safety and interoperability.
I have two questions though.
First. Is it
possible that there will be something like Java's static import in the
future? Math.bla gets boring fast. :)
Second. Is it possible to qualify an
enumeration constructor? E.g. if you have
enum A {
X; Z;
}
enum B {
X; Z;
}
Then what?
Anyway, I'm going to experiment with it as I regularly use both js and
as...
Best regards
Bent
|
--- Neko : One VM to run them all
