Sha256: 3ee8e664a2251bdda1b91a0082c8f64d556ebbcb9820ba5f4f22fc11d4b548d7
Contents?: true
Size: 603 Bytes
Versions: 377
Compression:
Stored size: 603 Bytes
Contents
Objective-C is a thin layer on top of C, and is a "strict superset" of C, meaning that it is possible to compile any C program with an Objective-C compiler, and to freely include C language code within an Objective-C class. Objective-C derives its object syntax from Smalltalk. All of the syntax for non-object-oriented operations (including primitive variables, pre-processing, expressions, function declarations, and function calls) is identical to that of C, while the syntax for object-oriented features is an implementation of Smalltalk-style messaging. - https://en.wikipedia.org/wiki/Objective-C
Version data entries
377 entries across 377 versions & 1 rubygems