What is meant by framework, programming language and scripting language?

前端 未结 4 1486
暖寄归人
暖寄归人 2020-12-29 05:20

What is meant by framework, programming language and scripting language?

4条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-29 05:45

    The distinction between programming languages and scripting languages is ill-defined. In my opinion, we should dispense with the term "scripting language" and just call them all programming languages.

    A framework, on the other hand, is a collection of code that uses an inversion-of-control mechanism to help you structure your code. Frameworks are similar to libraries in that they provide building blocks you can use to build a bigger system.

提交回复
热议问题