mirror of
https://github.com/TacoWolf/garden.git
synced 2026-01-14 05:00:03 -05:00
610 B
610 B
tags:: #technology #programming #language #computing
- prev: language
-
a system of notation for writing computer programs. - Wikipedia
- programming languages are usually split into syntax (the way things are typed) and semantics (what the typed things mean). these are usually defined by a formal language.
- some languages have big fancy reference documents.
- (like c, which is accompanied by a fancy and expensive ISO standard)
- some languages
- some languages have big fancy reference documents.
- not to be confused with a computer language.
- next: computer language