首页 > 其他 > 详细

Objective-C History

时间:2016-01-01 14:55:25      阅读:279      评论:0      收藏:0      [点我收藏+]

Abstract:

1. Objective-C is based on SmallTalk-80, vs Simula, adopted by C++ 

2. Objective-C is a ‘strict superset‘ of C

3. Objective-C model of OOP is based on Message Passing to object.

Detail:

 Objective-C                                        1980 

 Object-Oriented Pre-Compiler              1982

 Commercial  version                           1986  coupled an Objective-C compiler with class libraries

 GCC compiler of Objective-C                1988  extended a GCC compiler of Objective-C

 GNU Objective-C runtime                     1992

 Clang compiler of Objective-C              2009

 Swift                                                  2014  characterized as "Objective-C without the C"

Objective-C History

原文:http://www.cnblogs.com/hushuai-ios/p/5093269.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!