5 ms·
Now that there is an apparently superior alternative, do you plan to do something to eliminate the existing enum pattern explained at http://ceylon-lang.org/doc
by perneto 11y ago
Now that there is an apparently superior alternative, do you plan to do something to eliminate the existing enum pattern explained at http://ceylon-lang.org/documentation/1.1/tour/types/#enumerated_instances http://ceylon-lang.org/documentation/1.1/tour/types/#enumera... ?
- gavinking 11y agoNo, because that pattern is still strictly more powerful. With enumerated classes I can have cases which are a class rather than just a singleton instance.