diff options
author | Eduardo Julian | 2022-04-06 21:52:30 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-04-06 21:52:30 -0400 |
commit | b0d725f24335e82eefc77175efc0a5282951316e (patch) | |
tree | 18a5cc4b318776250442311636a415a5cc2c1f20 /documentation | |
parent | a0ed5fd377daf5754697636504de8e180abf9ec0 (diff) |
More efficient binary formatting.
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/bookmark/application_binary_interface.md | 1 | ||||
-rw-r--r-- | documentation/bookmark/back_end/c++.md | 1 | ||||
-rw-r--r-- | documentation/bookmark/back_end/go.md | 4 | ||||
-rw-r--r-- | documentation/bookmark/back_end/wasm.md | 1 | ||||
-rw-r--r-- | documentation/bookmark/composition/inheritance/mixin.md | 4 | ||||
-rw-r--r-- | documentation/bookmark/math/geometry/trigonometry.md | 4 | ||||
-rw-r--r-- | documentation/bookmark/operating_system.md | 1 | ||||
-rw-r--r-- | documentation/bookmark/user_interface/color/palette.md | 4 |
8 files changed, 20 insertions, 0 deletions
diff --git a/documentation/bookmark/application_binary_interface.md b/documentation/bookmark/application_binary_interface.md index a5c7a78fe..0cde5cb58 100644 --- a/documentation/bookmark/application_binary_interface.md +++ b/documentation/bookmark/application_binary_interface.md @@ -1,5 +1,6 @@ # Reference +0. [Interface method calls with the Go register ABI](https://eli.thegreenplace.net/2022/interface-method-calls-with-the-go-register-abi/) 0. [To Save C, We Must Save ABI](https://thephd.dev/to-save-c-we-must-save-abi-fixing-c-function-abi) 0. [Making Libraries Consumable for Non-C++ Developers - Aaron R Robinson - CppCon 2021](https://www.youtube.com/watch?v=4r09pv9v1w0) diff --git a/documentation/bookmark/back_end/c++.md b/documentation/bookmark/back_end/c++.md index e86d2672d..b1ee86bb3 100644 --- a/documentation/bookmark/back_end/c++.md +++ b/documentation/bookmark/back_end/c++.md @@ -51,6 +51,7 @@ # Interpreter +0. [Clasp — Bringing Common Lisp and C++ Together](https://github.com/clasp-developers/clasp) 0. [Cling](https://root.cern/cling/) 0. [Interactive C++ with Cling](https://blog.llvm.org/posts/2020-11-30-interactive-cpp-with-cling/) 0. [Cling Transitions to LLVM's Clang-Repl](https://root.cern/blog/cling-in-llvm/) diff --git a/documentation/bookmark/back_end/go.md b/documentation/bookmark/back_end/go.md new file mode 100644 index 000000000..6d25fd45d --- /dev/null +++ b/documentation/bookmark/back_end/go.md @@ -0,0 +1,4 @@ +# Reference + +0. [Interface method calls with the Go register ABI](https://eli.thegreenplace.net/2022/interface-method-calls-with-the-go-register-abi/) + diff --git a/documentation/bookmark/back_end/wasm.md b/documentation/bookmark/back_end/wasm.md index 9c10078be..4ad7a40e9 100644 --- a/documentation/bookmark/back_end/wasm.md +++ b/documentation/bookmark/back_end/wasm.md @@ -22,6 +22,7 @@ # Reference +0. [Recommendations when publishing a Wasm library](https://nickb.dev/blog/recommendations-when-publishing-a-wasm-library) 0. [Building host implementations for WebAssembly interfaces](https://radu-matei.com/blog/wasm-components-host-implementations/) 0. [WebAssembly Techniques to Speed Up Matrix Multiplication by 120x](https://jott.live/markdown/mm_wasm) 0. [Chasing Memory Bugs through V8 and WebAssembly](https://blog.stackblitz.com/posts/debugging-v8-webassembly/) diff --git a/documentation/bookmark/composition/inheritance/mixin.md b/documentation/bookmark/composition/inheritance/mixin.md new file mode 100644 index 000000000..eec85a062 --- /dev/null +++ b/documentation/bookmark/composition/inheritance/mixin.md @@ -0,0 +1,4 @@ +# Reference + +0. [DynaMix](https://ibob.bg/dynamix/index.html) + diff --git a/documentation/bookmark/math/geometry/trigonometry.md b/documentation/bookmark/math/geometry/trigonometry.md new file mode 100644 index 000000000..8aad6aa16 --- /dev/null +++ b/documentation/bookmark/math/geometry/trigonometry.md @@ -0,0 +1,4 @@ +# Reference + +0. [Implementing cosine in C from scratch](https://austinhenley.com/blog/cosine.html) + diff --git a/documentation/bookmark/operating_system.md b/documentation/bookmark/operating_system.md index 9c96dbc5b..4b1b90904 100644 --- a/documentation/bookmark/operating_system.md +++ b/documentation/bookmark/operating_system.md @@ -19,6 +19,7 @@ ## Operating system +0. [Phantom - forward-thinking concept of OS that's not Linux derived](http://phantomos.org/) 0. [CLOSOS: Specication of a Lisp operating system.](http://metamodular.com/lispos.pdf) 0. [CLOSOS: Specication of a Lisp operating system.](http://metamodular.com/closos.pdf) 0. https://medium.com/@jasonyuan/introducing-mercury-os-f4de45a04289 diff --git a/documentation/bookmark/user_interface/color/palette.md b/documentation/bookmark/user_interface/color/palette.md new file mode 100644 index 000000000..0f2b5fda0 --- /dev/null +++ b/documentation/bookmark/user_interface/color/palette.md @@ -0,0 +1,4 @@ +# Reference + +0. [I want visually distinct colors!: Generate palettes of optimally distinct colors.](https://mokole.com/palette.html) + |