Nicolas Cannasse
Posts: 43
Nickname: ncannasse
Registered: Jun, 2006
|
Nicolas Cannasse is a language designer and author of the haXe Web Oriented programming language.
|
|
|
|
haXe Polymorphism and Variance
|
Posted: Jun 1, 2006 11:54 AM
|
|
I hacked a pretty interesting software on Friday, using haXe. The things I wanted to do were not so easy, and involved both ML-style-polymorphism and variance, two features that haXe don’t have right now but that can somehow be emulated using current type system.
Polymorphism : in ML, polymorphism enables you to write some code that [...]
Read: haXe Polymorphism and Variance
|
|