diff options
author | Robby Zambito <contact@robbyzambito.me> | 2020-12-31 12:01:19 -0500 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2020-12-31 12:01:19 -0500 |
commit | 29bb41d87ea31fe54d9458f7ebdec10db5089ec9 (patch) | |
tree | f3dcbf2d23ac08ba672336aa450c54bde97f9b31 | |
parent | ca11d060214fd172772b195649e2b4fc35a5bd1a (diff) |
Added some interesting pages
-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) |