diff options
Diffstat (limited to 'documentation/bookmark')
-rw-r--r-- | documentation/bookmark/floating_point.md | 4 | ||||
-rw-r--r-- | documentation/bookmark/inspiration.md | 4 | ||||
-rw-r--r-- | documentation/bookmark/platform.md | 4 | ||||
-rw-r--r-- | documentation/bookmark/polyglot_programming.md | 4 |
4 files changed, 16 insertions, 0 deletions
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) + |