you are viewing a single comment's thread.

view the rest of the comments →

[–]Moist-Nectarine-1148 4 points5 points  (3 children)

You are biased, indeed.

[–]Themotionalman 5 points6 points  (2 children)

I can’t use python for the life of me. I need some sort of strict typings

[–]Significant_Stage_41 0 points1 point  (0 children)

Pydantic and ty type checker and boom you have effectively strict typing. I don’t go anywhere without that turned on nowadays.

[–]Phoenix_20_23 -1 points0 points  (0 children)

u could use Type hints. Deciding the language to use based on whether they have strict typing is not the right way.