diff options
Diffstat (limited to '2024')
-rw-r--r-- | 2024/info/project-nav.md | 1 | ||||
-rw-r--r-- | 2024/info/rust-after.md | 10 | ||||
-rw-r--r-- | 2024/info/rust-before.md | 12 | ||||
-rw-r--r-- | 2024/info/rust-nav.md | 6 | ||||
-rw-r--r-- | 2024/info/writing-before.md | 2 | ||||
-rw-r--r-- | 2024/schedule-details.md | 3 | ||||
-rw-r--r-- | 2024/talks/rust.md | 34 |
7 files changed, 66 insertions, 2 deletions
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 @@ <div class="talk-nav"> Back to the [[talks]] +Previous by track: <a href="/2024/talks/rust">An Experimental Emacs Core in Rust</a> Next by track: <a href="/2024/talks/writing">Emacs Writing Studio</a> Track: <span class="sched-track General">General</span> </div> 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 @@ +<!-- Automatically generated by emacsconf-publish-after-page --> + + +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. + + +<!-- End of emacsconf-publish-after-page --> 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 @@ +<!-- Automatically generated by emacsconf-publish-before-page --> +[[!toc ]] +Format: 20-min talk; Q&A: BigBlueButton conference room +Status: TO_CONFIRM + + + + + + +# Description +<!-- End of emacsconf-publish-before-page -->
\ 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 @@ + +<div class="talk-nav"> +Back to the [[talks]] +Next by track: <a href="/2024/talks/project">Managing writing project metadata with org-mode</a> +Track: <span class="sched-track General">General</span> +</div> 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 @@ <!-- Automatically generated by emacsconf-publish-before-page --> [[!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: <a href="#dev">Development</a> -<h1 id="gen" class="sched-track General">General (7 talks)</h1> +<h1 id="gen" class="sched-track General">General (8 talks)</h1> +[[!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"]] + +<!-- 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"]] + + |