This post originated from an RSS feed registered with Web Buzz
by Nicolas Cannasse.
Original Post: haXe Polymorphism and Variance
Feed Title: Nicolas Cannasse WebLog
Feed URL: http://ncannasse.free.fr/?feed=rss2
Feed Description: The path through language design
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 [...]