From e40ab7488e24161da423c9cacd3b6c8bd3f7f88f Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Fri, 13 Sep 2024 08:44:19 -0400 Subject: add rust --- 2024/talks/rust.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 2024/talks/rust.md (limited to '2024/talks') 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"]] + + + + + +# An Experimental Emacs Core in Rust +Troy Hinckley - https://coredumped.dev, + +[[!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.  + +- 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"]] + + -- cgit v1.2.3