ricardoboss / Prolangle

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

add Perl #8

Closed chucker closed 8 months ago

chucker commented 8 months ago
Pasted Graphic

Now that I have your attention:

ricardoboss commented 8 months ago

I think "generic" means the language supports generic type parameters.

From Wikipedia:

Generic programming is a style of computer programming in which algorithms are written in terms of data types to-be-specified-later that are then instantiated when needed for specific types provided as parameters.

https://en.wikipedia.org/wiki/Generic_programming

chucker commented 8 months ago

Yeah, but Perl is weakly- and dynamically-typed, so it probably doesn't apply.