From 29bb41d87ea31fe54d9458f7ebdec10db5089ec9 Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Thu, 31 Dec 2020 12:01:19 -0500 Subject: Added some interesting pages --- content/other/_index.md | 2 ++ content/other/interesting-pages.md | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 content/other/interesting-pages.md diff --git a/content/other/_index.md b/content/other/_index.md index 5ad7131..48747df 100644 --- a/content/other/_index.md +++ b/content/other/_index.md @@ -7,3 +7,5 @@ type: "page" #### [Music](/other/music/) #### [The Internets Own Boy](/other/the-internets-own-boy/) + +#### [Other interesting pages around the web](/other/interesting-pages/) diff --git a/content/other/interesting-pages.md b/content/other/interesting-pages.md new file mode 100644 index 0000000..3854431 --- /dev/null +++ b/content/other/interesting-pages.md @@ -0,0 +1,9 @@ +--- +title: "Interesting Pages" +draft: false +type: "page" +--- + +[Notes on learning (human) languages](https://lukesmith.xyz/articles/learning-languages) + +[How to design a new programming language from scratch](https://drewdevault.com/2020/12/25/How-to-design-a-new-programming-language.html) -- cgit