What are the key aspects of a strongly typed language?

前端 未结 8 2073
后悔当初
后悔当初 2020-12-09 17:26

What makes a language strongly typed? I\'m looking for the most important aspects of a strongly typed language.

Yesterday I asked if PowerShell was strongly typed, b

8条回答
  •  萌比男神i
    2020-12-09 17:47

    People are confusing statically typed with strongly typed. Statically typed means "A string is a string is a string". Strongly typed means "Once you make this a string it will be treated as a string until it is reassigned as something different."

    edit: I see someone else did point this out after all :)

提交回复
热议问题