diff options
| -rw-r--r-- | content/blogs/technology/Compilers.gmi | 3 | ||||
| -rw-r--r-- | content/blogs/technology/Rust.gmi | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/content/blogs/technology/Compilers.gmi b/content/blogs/technology/Compilers.gmi new file mode 100644 index 0000000..3267197 --- /dev/null +++ b/content/blogs/technology/Compilers.gmi @@ -0,0 +1,3 @@ +# Compilers + +=> https://diekmann.uk/blog/2024-06-25-statically-known-undefined-behaviour.html How gcc and clang handle statically known undefined behaviour
\ No newline at end of file diff --git a/content/blogs/technology/Rust.gmi b/content/blogs/technology/Rust.gmi index 32b798f..9a79bc0 100644 --- a/content/blogs/technology/Rust.gmi +++ b/content/blogs/technology/Rust.gmi @@ -1,3 +1,4 @@ ## Resources -=> https://ceronman.com/2021/07/22/my-experience-crafting-an-interpreter-with-rust/ My experience crafting an interpreter with Rust
\ No newline at end of file +=> https://ceronman.com/2021/07/22/my-experience-crafting-an-interpreter-with-rust/ My experience crafting an interpreter with Rust +=> https://notgull.net/device-afd/ \Device\Afd, or, the Deal with the Devil that makes async Rust work on Windows
\ No newline at end of file |