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/info/project-nav.md | 1 + 2024/info/rust-after.md | 10 ++++++++++ 2024/info/rust-before.md | 12 ++++++++++++ 2024/info/rust-nav.md | 6 ++++++ 2024/info/writing-before.md | 2 +- 2024/schedule-details.md | 3 ++- 2024/talks/rust.md | 34 ++++++++++++++++++++++++++++++++++ 7 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 2024/info/rust-after.md create mode 100644 2024/info/rust-before.md create mode 100644 2024/info/rust-nav.md create mode 100644 2024/talks/rust.md (limited to '2024') diff --git a/2024/info/project-nav.md b/2024/info/project-nav.md index 472d4768..8a340e17 100644 --- a/2024/info/project-nav.md +++ b/2024/info/project-nav.md @@ -1,6 +1,7 @@
Back to the [[talks]] +Previous by track: An Experimental Emacs Core in Rust Next by track: Emacs Writing Studio Track: General
diff --git a/2024/info/rust-after.md b/2024/info/rust-after.md new file mode 100644 index 00000000..77ee042b --- /dev/null +++ b/2024/info/rust-after.md @@ -0,0 +1,10 @@ + + + +Questions or comments? Please e-mail [troy@troyhinckley.com](mailto:troy@troyhinckley.com?subject=Comment%20for%20EmacsConf%202023%20rust%3A%20An%20Experimental%20Emacs%20Core%20in%20Rust) + +---- +Got an idea for an EmacsConf talk or session? We'd love to hear from you! Check out the [[Call for Participation|/2024/cfp]] for details. + + + diff --git a/2024/info/rust-before.md b/2024/info/rust-before.md new file mode 100644 index 00000000..14c43a73 --- /dev/null +++ b/2024/info/rust-before.md @@ -0,0 +1,12 @@ + +[[!toc ]] +Format: 20-min talk; Q&A: BigBlueButton conference room +Status: TO_CONFIRM + + + + + + +# Description + \ No newline at end of file diff --git a/2024/info/rust-nav.md b/2024/info/rust-nav.md new file mode 100644 index 00000000..8182a92c --- /dev/null +++ b/2024/info/rust-nav.md @@ -0,0 +1,6 @@ + +
+Back to the [[talks]] +Next by track: Managing writing project metadata with org-mode +Track: General +
diff --git a/2024/info/writing-before.md b/2024/info/writing-before.md index 94695b71..4f4824ed 100644 --- a/2024/info/writing-before.md +++ b/2024/info/writing-before.md @@ -1,7 +1,7 @@ [[!toc ]] Format: 10-min talk; Q&A: ask questions via Etherpad/IRC; we'll e-mail the speaker and post answers on this wiki page after the conference -Status: TO_CONFIRM +Status: Waiting for video from speaker diff --git a/2024/schedule-details.md b/2024/schedule-details.md index 3b393da3..c1c2f8fc 100644 --- a/2024/schedule-details.md +++ b/2024/schedule-details.md @@ -1,6 +1,7 @@ Jump to: Development -

General (7 talks)

+

General (8 talks)

+[[!template id=sched title="""An Experimental Emacs Core in Rust""" url="""/2024/talks/rust""" speakers="""Troy""" watch="""https://emacsconf.org/2024/watch/gen""" slug="""rust""" note=""""""]] [[!template id=sched title="""Managing writing project metadata with org-mode""" url="""/2024/talks/project""" speakers="""Blaine Mooers""" watch="""https://emacsconf.org/2024/watch/gen""" slug="""project""" note=""""""]] [[!template id=sched title="""Emacs Writing Studio""" url="""/2024/talks/writing""" speakers="""Peter Prevos""" watch="""https://emacsconf.org/2024/watch/gen""" slug="""writing""" note=""""""]] [[!template id=sched title="""p-search: a local search engine in Emacs""" url="""/2024/talks/p-search""" speakers="""Zac Romero""" watch="""https://emacsconf.org/2024/watch/gen""" slug="""p-search""" note=""""""]] 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