summaryrefslogtreecommitdiffstats
path: root/2022/talks/haskell.md
blob: c530778848e083b58836037e246a6c6e9fc77bbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[[!sidebar content=""]]
[[!meta title="Haskell code exploration with Emacs"]]
[[!meta copyright="Copyright © 2022 Yuchen Pei"]]
[[!inline pages="internal(2022/info/haskell-nav)" raw="yes"]]

<!-- Initially generated with emacsconf-generate-talk-page and then left alone for manual editing -->
<!-- You can manually edit this file to update the abstract, add links, etc. --->


# Haskell code exploration with Emacs
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.

# Bio

Yuchen is a programmer and mathematician. He co-maintains [librejs](https://www.gnu.org/software/librejs/index.html) and
[h-node.org](https://h-node.org), and a couple of Emacs packages at GNU ELPA. He is also a
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"]]

[[!inline pages="internal(2022/info/haskell-nav)" raw="yes"]]

[[!taglink CategoryCoding]]