ricardoboss / Prolangle

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

add Swift #3

Closed chucker closed 8 months ago

chucker commented 8 months ago

I'm unsure about the KnownForBuilding and Paradigms values. For example, is an object-oriented language also always procedural?

Wikipedia also suggests "protocol-oriented" and "block structured"; maybe these need to be added to the enum.

ricardoboss commented 8 months ago

In the overview page for programming paradigms, wikipedia differentiates between object oriented and procedural. So would I. image

chucker commented 8 months ago

Sure, that works.