diff options
Diffstat (limited to 'content/other')
-rw-r--r-- | content/other/_index.md | 2 | ||||
-rw-r--r-- | content/other/interesting-pages.md | 9 |
2 files changed, 11 insertions, 0 deletions
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) |