From cf72ee2b6c8fe87e43f3e6553fcb13588fb560a3 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 19 Nov 2021 10:14:54 -0400 Subject: Added tree-shaking to the compiler. --- documentation/bookmark/error_messages.md | 1 + documentation/bookmark/scheduling.md | 4 ++++ documentation/bookmark/tool/text_editor.md | 1 + 3 files changed, 6 insertions(+) create mode 100644 documentation/bookmark/scheduling.md (limited to 'documentation') diff --git a/documentation/bookmark/error_messages.md b/documentation/bookmark/error_messages.md index 9ad8c04f2..f3b7a3120 100644 --- a/documentation/bookmark/error_messages.md +++ b/documentation/bookmark/error_messages.md @@ -1,4 +1,5 @@ # Reference +1. [Error Messages in Haskell, and how to Improve them](https://anthony.noided.media/blog/haskell/programming/2020/05/14/haskell-errors.html) 1. [The Futhark Error Index](https://futhark-lang.org/blog/2021-09-24-the-futhark-error-index.html) diff --git a/documentation/bookmark/scheduling.md b/documentation/bookmark/scheduling.md new file mode 100644 index 000000000..1b09091b6 --- /dev/null +++ b/documentation/bookmark/scheduling.md @@ -0,0 +1,4 @@ +# Reference + +1. [The Many Uses of Schedulers](https://eruhinim.com/post/many-uses-of-schedulers/) + diff --git a/documentation/bookmark/tool/text_editor.md b/documentation/bookmark/tool/text_editor.md index 2142fa0be..f835ab41f 100644 --- a/documentation/bookmark/tool/text_editor.md +++ b/documentation/bookmark/tool/text_editor.md @@ -169,6 +169,7 @@ ## General +1. https://texteditors.org/cgi-bin/wiki.pl?EditorIndex 1. [Slate: A completely customizable framework for building rich text editors.](https://github.com/ianstormtaylor/slate) 1. [Trix: A rich text editor for everyday writing.](https://trix-editor.org/) 1. [Left](https://100r.co/site/left.html) -- cgit v1.2.3