[swift-evolution] A mode with no type checking to compete with Python.

Amir Michail a.michail at me.com
Sat Dec 5 18:09:31 CST 2015


> On Dec 5, 2015, at 7:05 PM, Austin Zheng via swift-evolution <swift-evolution at swift.org> wrote:
> 
> ml>
> I disagree with the idea that a type system is too much of a hurdle for beginner programmers to overcome.

Don’t you think that Python currently provides a better introduction to programming due to its simplicity?

> 
> Austin
> 
>> On Dec 5, 2015, at 4:01 PM, Kevin Lundberg via swift-evolution <swift-evolution at swift.org <mailto:swift-evolution at swift.org>> wrote:
>> 
>> This is somewhat possible today on Apple platforms with AnyObject. You can call any objc-visible method on AnyObject and it will compile, and the return type will also be AnyObject (I don't recall if the return type is optional as well or not). This doesn't work with value types, but neither does id in objc.
>> 
>> Having a more complete lax typed mode similar to Python or php I think is of limited usefulness, would add too much complexity to the language, and yield too much uncertainty about any given piece of swift code. 
>> 
>> --
>> Kevin Lundberg
>> 
>> On Dec 5, 2015, at 6:50 PM, Adrian Kashivskyy via swift-evolution <swift-evolution at swift.org <mailto:swift-evolution at swift.org>> wrote:
>> 
>>> I can't believe I'm seeing a proposal to remove type safety, one of the fundamental features of Swift...
>>> 
>>> Regards,
>>> Adrian Kashivskyy
>>> iOS Developer at Netguru
>>> 
>>>> Wiadomość napisana przez Amir Michail via swift-evolution <swift-evolution at swift.org <mailto:swift-evolution at swift.org>> w dniu 05.12.2015, o godz. 20:51:
>>>> 
>>>> Python is still easier than Swift for beginning programmers. But maybe such a mode can allow Swift to be used by beginners also? _____________________________________________ swift-evolution mailing list swift-evolution at swift.org <mailto:swift-evolution at swift.org> https://lists.swift.org/mailman/listinfo/swift-evolution <https://lists.swift.org/mailman/listinfo/swift-evolution>
>>> 
>>> 
>>> _______________________________________________
>>> swift-evolution mailing list
>>> swift-evolution at swift.org <mailto:swift-evolution at swift.org>
>>> https://lists.swift.org/mailman/listinfo/swift-evolution <https://lists.swift.org/mailman/listinfo/swift-evolution>
>> 
>> _______________________________________________
>> swift-evolution mailing list
>> swift-evolution at swift.org <mailto:swift-evolution at swift.org>
>> https://lists.swift.org/mailman/listinfo/swift-evolution
> 
> 
> --r‡bžÚḟîẁ
> ‰íz{CŠÊhĠ+bḃx§–)Ŷ_______________________________________________
> swift-evolution mailing list
> swift-evolution at swift.org
> https://lists.swift.org/ma

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20151205/c55a131a/attachment.html>


More information about the swift-evolution mailing list