Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 1.89 KB

README.md

File metadata and controls

46 lines (24 loc) · 1.89 KB

Basic Info

Name: Objective-C

Creator(s): Tom Love and Brad Cox

Date: 1984

Website: Programming with Objective-C

Intro

Objective-C is a general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language. Originally developed by Tom Love and Brad Cox in the early 1980s, it was selected by NeXT for its NeXTSTEP operating system. Objective-C was the standard programming language supported by Apple for developing macOS and iOS applications using their respective APIs, Cocoa and Cocoa Touch, until the introduction of Swift in 2014.

Syntax

...

...

...

...

...

Libraries

  • Awesome Objective-C ~ A curated list of awesome Objective-C frameworks, libraries and software.

More Info