ricardoboss / Prolangle

A game about programming languages.
https://prolangle.ricardoboss.de
MIT License
2 stars 1 forks source link

Objective C #27

Closed ricardoboss closed 8 months ago

chucker commented 8 months ago

What Progle says:

Language Typed Compiled Garbage Collected Syntax Style Known For Building Paradigms GH Repos Appearance Year
Objective-C strong, static compiled garbage collected C - like mobile, apple object oriented 538.5k 1984

I disagree with static. Now, Objective-C is basically a mixed language of C with Smalltalk[^1] on top, but the Smalltalk portions are dynamic, and I think we should focus on those, because otherwise, it's just C.

[^1]: as in, a Smalltalk-like language.