From 164a2dcf7c1155658753d2b9f6e3104ab5a5e765 Mon Sep 17 00:00:00 2001 From: Maciej Jur Date: Sun, 29 Oct 2023 08:45:49 +0100 Subject: [PATCH] content(wiki): computer-science-lore --- src/content/wiki/computer-science-lore.md | 12 ++++++++++++ tsconfig.json | 6 +++--- 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 src/content/wiki/computer-science-lore.md diff --git a/src/content/wiki/computer-science-lore.md b/src/content/wiki/computer-science-lore.md new file mode 100644 index 0000000..5aac1be --- /dev/null +++ b/src/content/wiki/computer-science-lore.md @@ -0,0 +1,12 @@ +--- +title: Computer Science lore +--- + +## General + +- [To the members of the Budget Council ~ Edsger Dijkstra](https://www.cs.utexas.edu/users/EWD/OtherDocs/To%20the%20Budget%20Council%20concerning%20Haskell.pdf) + +## Haskell + +- [A History of Haskell: Being Lazy With Class](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/07/history.pdf) + diff --git a/tsconfig.json b/tsconfig.json index 597a59f..3e54c95 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,7 @@ "@assets/*": ["assets/*"], "@layouts/*": ["layouts/*"], "@components/*": ["components/*"], - "@utils/*": ["utils/*"], + "@utils/*": ["utils/*"] } - }, -} \ No newline at end of file + } +}