diff options
Diffstat (limited to '2021')
-rw-r--r-- | 2021/info/dsl-nav.md | 2 | ||||
-rw-r--r-- | 2021/info/faster-nav.md | 2 | ||||
-rw-r--r-- | 2021/schedule-details.md | 2 | ||||
-rw-r--r-- | 2021/talks/structural.md | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/2021/info/dsl-nav.md b/2021/info/dsl-nav.md index a29effef..df0175ce 100644 --- a/2021/info/dsl-nav.md +++ b/2021/info/dsl-nav.md @@ -1,3 +1,3 @@ Back to the [[schedule]] -Previous: <a href="/2021/talks/structural">Why structural editing is the future of code editing, and a novel approach for editing everyday languages</a> +Previous: <a href="/2021/talks/structural">Tree-edit: Structural editing for Java, Python, C, and beyond!</a> Next: <a href="/2021/talks/ui">"Yak-shaving to a UI framework" (/"Help! I accidentally yak-shaved my way to writing a UI framework because overlays were slow")</a> diff --git a/2021/info/faster-nav.md b/2021/info/faster-nav.md index 21324165..460ebc9c 100644 --- a/2021/info/faster-nav.md +++ b/2021/info/faster-nav.md @@ -1,3 +1,3 @@ Back to the [[schedule]] Previous: <a href="/2021/talks/day2-open">Opening remarks day 2</a> -Next: <a href="/2021/talks/structural">Why structural editing is the future of code editing, and a novel approach for editing everyday languages</a> +Next: <a href="/2021/talks/structural">Tree-edit: Structural editing for Java, Python, C, and beyond!</a> diff --git a/2021/schedule-details.md b/2021/schedule-details.md index 8f117bed..c32d9ab7 100644 --- a/2021/schedule-details.md +++ b/2021/schedule-details.md @@ -36,7 +36,7 @@ <tr><td colspan="3"><strong>Sunday morning<strong></td></tr> <tr><td><a href="/2021/talks/day2-open">Opening remarks day 2</a></td><td></td></tr> <tr><td><a href="/2021/talks/faster">How to write faster Emacs Lisp</a></td><td>Dmitry Gutov</td></tr> -<tr><td><a href="/2021/talks/structural">Why structural editing is the future of code editing, and a novel approach for editing everyday languages</a></td><td>Ethan Leba</td></tr> +<tr><td><a href="/2021/talks/structural">Tree-edit: Structural editing for Java, Python, C, and beyond!</a></td><td>Ethan Leba</td></tr> <tr><td><a href="/2021/talks/dsl">Self-Describing Smart DSL's: The Next Magits</a></td><td>Psionic</td></tr> <tr><td><a href="/2021/talks/ui">"Yak-shaving to a UI framework" (/"Help! I accidentally yak-shaved my way to writing a UI framework because overlays were slow")</a></td><td>Erik Anderson</td></tr> <tr><td><a href="/2021/talks/rust">Extending Emacs in Rust with Dynamic Modules</a></td><td>Tuấn-Anh Nguyễn</td></tr> diff --git a/2021/talks/structural.md b/2021/talks/structural.md index 1c9618f8..70bf077a 100644 --- a/2021/talks/structural.md +++ b/2021/talks/structural.md @@ -1,11 +1,11 @@ -[[!meta title="Why structural editing is the future of code editing, and a novel approach for editing everyday languages"]] +[[!meta title="Tree-edit: Structural editing for Java, Python, C, and beyond"]] [[!meta copyright="Copyright © 2021 Ethan Leba"]] [[!inline pages="internal(2021/info/structural-nav)" raw="yes"]] <!-- You can manually edit this file to update the abstract, add links, etc. ---> -# Why structural editing is the future of code editing, and a novel approach for editing everyday languages +# Tree-edit: Structural editing for Java, Python, C, and beyond! Ethan Leba I liken the state of code editing today to the early days of computer |