Objective-C vs Smalltalk
A side-by-side look at Objective-C and Smalltalk. For an in-depth review of either product, follow the links below.
Objective-C
Development
Objective-C is a general-purpose, object-oriented programming language that adds Smalltalk-style messaging to the C programming language. It was the main programming language used by Apple for iOS and macOS development until the introduction of Swift.
objectorientedappleiosmacos
Smalltalk
Development
Smalltalk is an object-oriented, dynamically typed, reflective programming language. It was designed for incremental code development and testing, featuring an integrated development environment, a file system, and a system command shell. It paved the way for many IDE features that are now common in other languages.
objectorienteddynamically-typedreflectiveintegrated-development-environmentincremental-code-development
Related Comparisons
Python
Go (Programming Language)
JavaScript
SqueakJS
Magentrix