Re: Xcode's Swift Playground
Posted by
kilon.alios on
Jun 03, 2014; 8:53am
URL: https://forum.world.st/Xcode-s-Swift-Playground-tp4761425p4761458.html
For anyone who has not not watched it yet, you can watch the Playground demo here. Looks like they were inspired by Bred Victor demos.
Swift is statically typed with type inference. BUT it has generics and optional types. So it looks like it tries to let you have the cake and eat it too.
It also removes the need for header files , so it really moves away from the C paradigm.
There is a quick toor here