What is the difference between statically typed and dynamically typed languages?

后端 未结 16 2206

I hear a lot that new programming languages are dynamically typed but what does it actually mean when we say a language is dynamically typed vs. statically typed?

16条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-22 02:11

    dynamically typed language helps to quickly prototype algorithm concepts without the overhead of about thinking what variable types need to be used (which is a necessity in statically typed language).

提交回复
热议问题