this post was submitted on 20 Jun 2023
10 points (100.0% liked)

Programming

13226 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

An interesting take on why dynamically typed languages became so popular and why staticly typed languages are making a comeback.

you are viewing a single comment's thread
view the rest of the comments
[–] fidodo@beehaw.org 3 points 1 year ago

I have the same take as well. Basically fast accessible IDEs with instant feedback and type interference allows you to not have to add types to things where it's already obvious.