From 54b28c1caeda08965c258411a32229be1766d47f Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 29 Jul 2021 19:23:23 -0400 Subject: Switched from the "from to" convention to the "minimum additional" convention. --- documentation/bookmark/floating_point.md | 4 ++++ documentation/bookmark/inspiration.md | 4 ++++ documentation/bookmark/platform.md | 4 ++++ documentation/bookmark/polyglot_programming.md | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 documentation/bookmark/platform.md create mode 100644 documentation/bookmark/polyglot_programming.md (limited to 'documentation/bookmark') diff --git a/documentation/bookmark/floating_point.md b/documentation/bookmark/floating_point.md index 5e212c08f..238112f51 100644 --- a/documentation/bookmark/floating_point.md +++ b/documentation/bookmark/floating_point.md @@ -1,3 +1,7 @@ +# Debugging + +1. [Keynote: William Kahan - Debugging Tools for Floating-Point Code](https://www.youtube.com/watch?v=qHddEkfQBrA) + # Comparison 1. [Approximate Equality for Floating Point](https://github.com/apple/swift-evolution/blob/master/proposals/0259-approximately-equal.md) diff --git a/documentation/bookmark/inspiration.md b/documentation/bookmark/inspiration.md index 576d73f99..7ae89147d 100644 --- a/documentation/bookmark/inspiration.md +++ b/documentation/bookmark/inspiration.md @@ -1,3 +1,7 @@ +# Feature + +1. [About Adding Features (part 1)](https://kele.codes/2021/07/about-adding-features-1/) + # Business 1. [Why Aren't There More Programming Languages Startups?](https://www.akitasoftware.com/blog-posts/why-arent-there-more-programming-languages-startups) diff --git a/documentation/bookmark/platform.md b/documentation/bookmark/platform.md new file mode 100644 index 000000000..a653d156b --- /dev/null +++ b/documentation/bookmark/platform.md @@ -0,0 +1,4 @@ +# Reference + +1. [fission](https://fission.codes/) + diff --git a/documentation/bookmark/polyglot_programming.md b/documentation/bookmark/polyglot_programming.md new file mode 100644 index 000000000..4f5e26c65 --- /dev/null +++ b/documentation/bookmark/polyglot_programming.md @@ -0,0 +1,4 @@ +# Language + +1. [morloc](https://github.com/morloc-project/morloc) + -- cgit v1.2.3