From 2675818ad178a597e461b31c2b71852181f65dd1 Mon Sep 17 00:00:00 2001 From: Daniel Alejandro Gallegos Date: Tue, 15 Aug 2023 13:29:18 -0400 Subject: [PATCH] Auto saved by Logseq --- logseq/graphs-txid.edn | 2 +- logseq/version-files/base/pages/programming language.md | 4 +++- pages/programming language.md | 7 +++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/logseq/graphs-txid.edn b/logseq/graphs-txid.edn index 76988d1..1ba384b 100644 --- a/logseq/graphs-txid.edn +++ b/logseq/graphs-txid.edn @@ -1 +1 @@ -["6819d5ac-7c6b-4965-ba7b-e56686e61416" "e11b5282-195e-40cb-af42-af79882dc719" 426] \ No newline at end of file +["6819d5ac-7c6b-4965-ba7b-e56686e61416" "e11b5282-195e-40cb-af42-af79882dc719" 427] \ No newline at end of file diff --git a/logseq/version-files/base/pages/programming language.md b/logseq/version-files/base/pages/programming language.md index fdb665d..1ccea44 100644 --- a/logseq/version-files/base/pages/programming language.md +++ b/logseq/version-files/base/pages/programming language.md @@ -1,3 +1,5 @@ - > a system of notation for writing computer programs. - [Wikipedia](https://en.wikipedia.org/wiki/Programming_language) -- programming languages are usually split into *syntax* (form) and *semantics* (meaning). these are usually defined by a formal languages, +- 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 \ No newline at end of file diff --git a/pages/programming language.md b/pages/programming language.md index 2f6f77d..878afd8 100644 --- a/pages/programming language.md +++ b/pages/programming language.md @@ -1,5 +1,8 @@ +- - > a system of notation for writing computer programs. - [Wikipedia](https://en.wikipedia.org/wiki/Programming_language) - 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 + - some languages have big fancy reference documents. - (like [[c]], which is accompanied by a fancy and expensive iso standard) - - \ No newline at end of file + - some languages +- not to be confused with a [[computer language]]. +- **next:** [[computer language]] \ No newline at end of file