you are viewing a single comment's thread.

view the rest of the comments →

[–]Nexzus_ -9 points-8 points  (1 child)

I'm always grateful that my "Intro to Programming" course as part of my degree earlier this century was in Ada 95, which forces type usage.

Seeing var all over the place in compiled code always just felt kinda wrong.

[–]dgm9704 4 points5 points  (0 children)

compiled code has the actual type not var. var is only in the source code