diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-11-17 18:49:33 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-11-17 18:49:33 -0500 |
commit | ba86b99740c9be6e10ed810f2449f73b7cda639a (patch) | |
tree | f66548150cf960488af88d3d335dfe98272cc11f /2021/talks | |
parent | 236d9f9fc48e171f4a0011feef9a267fc120d273 (diff) | |
download | emacsconf-wiki-ba86b99740c9be6e10ed810f2449f73b7cda639a.tar.xz emacsconf-wiki-ba86b99740c9be6e10ed810f2449f73b7cda639a.zip |
Include Q&A info
Diffstat (limited to '2021/talks')
-rw-r--r-- | 2021/talks/invoice.md | 2 | ||||
-rw-r--r-- | 2021/talks/structural.md | 7 | ||||
-rw-r--r-- | 2021/talks/ui.md | 7 |
3 files changed, 15 insertions, 1 deletions
diff --git a/2021/talks/invoice.md b/2021/talks/invoice.md index 71efade9..d9deb359 100644 --- a/2021/talks/invoice.md +++ b/2021/talks/invoice.md @@ -13,7 +13,7 @@ Bala Ramadurai [[!table header="no" class="speaker-details" data=""" Name pronunciation: | BA-lA Pronouns: | he/his -Homepage: | https://balaramadurai.net +Homepage: | <https://balaramadurai.net> Preferred contact info | <bala@balaramadurai.net> """]] diff --git a/2021/talks/structural.md b/2021/talks/structural.md index e11f46c9..4446d272 100644 --- a/2021/talks/structural.md +++ b/2021/talks/structural.md @@ -10,6 +10,13 @@ Ethan Leba [[!inline pages="internal(2021/info/structural-schedule)" raw="yes"]] +[[!table header="no" class="speaker-details" data=""" +Name pronunciation | E-than LEE-ba +Pronouns | he/him +Homepage | <https://ethan-leba.github.io/> +Preferred contact info | <ethanleba5@gmail.com> +"""]] + In this talk, I'll discuss a vision for how writing code could be, where the editing operations map directly to the primitives of the language itself -- and my humble attempt of implementing this vision. _tree-edit_ seeks to provides a diff --git a/2021/talks/ui.md b/2021/talks/ui.md index 3641efcb..f9657a31 100644 --- a/2021/talks/ui.md +++ b/2021/talks/ui.md @@ -10,6 +10,13 @@ Erik Anderson [[!inline pages="internal(2021/info/ui-schedule)" raw="yes"]] +[[!table header="no" class="speaker-details" data=""" +Name pronunciation: | ERR-ick ANN-dur-sun +Pronouns: | he/him +Homepage: | <https://ebpa.link> +Preferred contact info: | erik@ebpa.link +"""]] + Tui.el is a textual User Interface (UI) framework for Emacs Lisp modeled after the popular JavaScript 'React' framework. This package implements React Component API's with the goal of simplifying |