Swift: Not quite there, but too far gone too
studentf.wordpress.com
Swift: Not quite there, but too far gone too
1–10 of 50 posts
Re: Swift: Not quite there, but too far gone too
#2Re: Swift: Not quite there, but too far gone too
#3Re: Swift: Not quite there, but too far gone too
#4I sort of wish they had created a special type annotation to support legacy ObjC classes, and gone for Go-style structs for the non-legacy OO.
Re: Swift: Not quite there, but too far gone too
#5I agree that instances being pass-by-reference is weird, with everything else having copy semantics. It seems as yet another odd artifact of the design constraint that Swift must be ObjC-runtime compatible. I sort of wish they had created a special type annotation to support legacy ObjC classes, and gone for Go-style structs for the non-legacy OO.
Re: Swift: Not quite there, but too far gone too
#6Re: Swift: Not quite there, but too far gone too
#7Still, I hope this lang mature and be popular, because I want badly to not use obj-c
Re: Swift: Not quite there, but too far gone too
#8I don't understand the obsession with mutability. When is it a problem that a variable is mutable?
But the article point to a inconsistent mutable/inmutable behavior that is more problematic.
Re: Swift: Not quite there, but too far gone too
#9I don't understand the obsession with mutability. When is it a problem that a variable is mutable?
http://www.confreaks.com/videos/1830-jaxconf2012-keynote-the...
Re: Swift: Not quite there, but too far gone too
#10I start writing a ORM (that is how I learn a new language). Very fast I hit problems. The keynote and the state of union say swift is ready for production, but is not there yet. The coding experience is buggy, the repl violate the language (is possible to change a constant to another type!), the importing of other obj-c code is sometimes broken (ie: Not work at all, or yes). A lot of things are not documented (For ex…