Computer/Programming Languages - Components
- A language has to be designed: the language creator has to make some fundamental decisions about the paradigms to be used and the syntax of the language
- A compiler has to be created
- A standard library must be implemented
- A bundle of support tools (i.e. editors/IDEs, build systems)
Subpages
-
Language Server Protocol (LSP) - Language Server Index Format (LSIF)
-
Method/Function Signatures/Signature vs Method/Function Declarations/Declaration
-
Resource Acquisition Is Initialization (RAII) - Scope-Bound Resource Management (SBRM)
-
Static/Statically vs Dynamic/Dynamically Type/Typed Programming Languages