summaryrefslogtreecommitdiffstats
path: root/2022/talks/haskell.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--2022/talks/haskell.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/2022/talks/haskell.md b/2022/talks/haskell.md
index d6d4252c..c5307788 100644
--- a/2022/talks/haskell.md
+++ b/2022/talks/haskell.md
@@ -12,6 +12,7 @@ Yuchen Pei (he/him/himself/his/his, IRC: dragestil, <mailto:id@ypei.org>)
[[!inline pages="internal(2022/info/haskell-before)" raw="yes"]]
+
In this talk I will describe and demonstrate some tools for Haskell
development using Emacs, including code exploration using hcel and
haddock org documentation generation using haddorg.
@@ -24,6 +25,18 @@ licensing volunteer with the FSF. In his personal time, he likes to
program in Haskell and elisp and license all of his programming work
under AGPLv3+ (see <https://g.ypei.me>). He can be reached at
<id@ypei.org>.
+# Discussion
+
+## Notes
+
+- <https://gitlab.com/tseenshe/haskell-tng.el>
+- <https://gitlab.com/tseenshe/hsinspect>
+
+## Questions and answers
+
+- Q:Is the indexing faster when re-indexing? Would it be too slow to
+ re-index on-demand?
+
[[!inline pages="internal(2022/info/haskell-after)" raw="yes"]]