Skip to content

Commit

Permalink
Made a basic structure for language basics
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantandasgupta committed Oct 12, 2023
1 parent 922fd32 commit 57cccac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions web/thesauruses/_meta/language_basics.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
"general_purpose_language": "Language is designed to be versatile and applicable to a wide range of tasks and applications",
"domain_specific_language": "Language is designed to address specific application domains or industries"
},
"Historical Perspective": {
"first_generation_language": "First generation of programming language providing minimal to no abstraction over computer hardware",
"second_generation_language": "Use mnemonic code and symbols to represent machine-level instructions, providing a more human-readable way to program",
"third_generation_language": "High level programming language designed for general purpose programming, providing a higher level of abstraction and greater ease of use",
"fourth_generation_language": "High level programming language designed for specific applications or domains, often using natural language-like syntax and focusing on rapid application development"
},
"Memory Management": {
"manual_management": "Languages where memory has to be managed by the programmer manually",
"automatic_management": "Languages with an extensive support of automatic memory management"
Expand Down

0 comments on commit 57cccac

Please sign in to comment.