What is the difference between a language and a framework?

后端 未结 6 1319
野趣味
野趣味 2020-12-30 05:07

Can someone give me a clear, concise definition of the difference between a programming language and a framework? I have scoured the web and been unable to find an adequate

6条回答
  •  南笙
    南笙 (楼主)
    2020-12-30 05:54

    A language is syntax, grammar, semantics (and perhaps a core library) that implementers are required to support. A framework is a cohesive set of library code that together simplifies programming in any given language.

提交回复
热议问题