|
Well where there is a big difference between the underlying capabilities of the platform, differences are unavoidable. I mean, examples of things that are cross-platform in Ceylon: collections, localization, promises, regexes, HTML construction, logging, testing, dates/times. Examples of things that are platform specific: I/O, database access, filesystem access, distributed transactions, the HTTP server. That's pretty reasonable and natural, isn't it? |