diff options
author | Sacha Chua <sacha@sachachua.com> | 2024-09-13 08:44:19 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2024-09-13 08:44:19 -0400 |
commit | e40ab7488e24161da423c9cacd3b6c8bd3f7f88f (patch) | |
tree | 64467afe6360e5261e25184fcd4d23ee645f69e8 /2024/talks/rust.md | |
parent | 10c18cd9ec659f9e00677d377f3bc8f4506a7f34 (diff) | |
download | emacsconf-wiki-e40ab7488e24161da423c9cacd3b6c8bd3f7f88f.tar.xz emacsconf-wiki-e40ab7488e24161da423c9cacd3b6c8bd3f7f88f.zip |
add rust
Diffstat (limited to '')
-rw-r--r-- | 2024/talks/rust.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/2024/talks/rust.md b/2024/talks/rust.md new file mode 100644 index 00000000..fbfe292c --- /dev/null +++ b/2024/talks/rust.md @@ -0,0 +1,34 @@ +[[!meta title="An Experimental Emacs Core in Rust"]] +[[!meta copyright="Copyright © 2024 Troy Hinckley"]] +[[!inline pages="internal(2024/info/rust-nav)" raw="yes"]] + +<!-- Initially generated with emacsconf-publish-talk-page and then left alone for manual editing --> +<!-- You can manually edit this file to update the abstract, add links, etc. ---> + + +# An Experimental Emacs Core in Rust +Troy Hinckley - https://coredumped.dev, <mailto:troy@troyhinckley.com> + +[[!inline pages="internal(2024/info/rust-before)" raw="yes"]] + +An overview and discussion and early prototype of a new Emacs core written in Rust. The talk covers some of the interesting design choices in the GNU Emacs C core, as well as some of the trade-offs made in the Rust core. <https://github.com/CeleritasCelery/rune> + +- What is the Emacs core? +- How has the core evolved? +- Design trade-offs + - multi-threading + - Precise GC +- Being bug compatible with GNU Emacs +- Comparison + +About the speaker: + +Hardware Engineer with interest in low-level programming and the hardware-software boundary. + + + +[[!inline pages="internal(2024/info/rust-after)" raw="yes"]] + +[[!inline pages="internal(2024/info/rust-nav)" raw="yes"]] + + |