From 886ae437fee6a674f7b2757062f1b8a91275457a Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Fri, 8 Oct 2021 01:58:03 -0400 Subject: Add talk pages for 2021 --- 2021/talks/rust.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 2021/talks/rust.md (limited to '2021/talks/rust.md') diff --git a/2021/talks/rust.md b/2021/talks/rust.md new file mode 100644 index 00000000..9ebab731 --- /dev/null +++ b/2021/talks/rust.md @@ -0,0 +1,35 @@ +[[!meta title="Extending Emacs in Rust with Dynamic Modules"]] +[[!meta copyright="Copyright © 2021 Tuấn-Anh Nguyễn"]] +[[!inline pages="internal(2021/info/rust-nav)" raw="yes"]] + + + + +# Extending Emacs in Rust with Dynamic Modules +Tuấn-Anh Nguyễn + +Dynamic module support has been available since Emacs 25. It can be +used to extend Emacs with native libraries, for performance, +OS-specific features, or other functionalities that would take a lot +of time to re-implement in Lisp. The officially supported language is +C, which is tedious and error-prone to use. This talk discusses a +**safe** alternative that is also a lot **more convenient**: writing these +dynamic modules in Rust. + + + +# Outline + +- Walking through creating **a simple dynamic module** in + Rust, including setting up CI. +- Going through and explaining the **available APIs**. + + + + +[[!inline pages="internal(2021/info/rust-schedule)" raw="yes"]] + +[[!inline pages="internal(2021/info/rust-nav)" raw="yes"]] -- cgit v1.2.3