Skip to content

Commit 2906380

Browse files
committed
Merge remote-tracking branch 'hf/hakyll' into hakyll
This also included resolving conflicts with the navigation menus on the site.
2 parents 5caac45 + 2d4d1b8 commit 2906380

14 files changed

+510
-6
lines changed
162 KB
Loading
267 KB
Loading

events/2025-haskell-ecosystem-workshop.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The registration link is available [on Eventbrite](https://www.eventbrite.com/e/
3131

3232
## Video Recordings
3333

34-
Video recording will be managed by the team at the Zurich Friends of Haskell!
34+
The recordings [are available on YouTube](https://www.youtube.com/playlist?list=PLQpeDZt0_xQe319u9EdkpxjibYFtGsugc).
3535

3636
## The Workshop
3737

events/2025-haskell-implementors-workshop.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Coffee, tea, and fruit will be provided. There is also easy access to a tap for
214214

215215
### Video Recordings and Live Streaming
216216

217-
We will record all presentations and make them available online.
217+
The recordings [are available on YouTube](https://www.youtube.com/playlist?list=PLQpeDZt0_xQfpBPdVV3hUZ3_pDxmYhsbr).
218218

219219
## The Workshop
220220

podcast/67/transcript.markdown

Lines changed: 215 additions & 0 deletions
Large diffs are not rendered by default.

podcast/68/index.markdown

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Michael Snoyman
3+
episode: 68
4+
buzzsproutId: 17658749-68
5+
recorded: 2025-03-31
6+
published: 2025-08-12
7+
---
8+
9+
In this episode, we’re joined by Michael Snoyman, author of Yesod,
10+
Conduit, Stackage and many other popular Haskell libraries. We
11+
discuss newcomer friendliness, being a Rustacean vs a Haskellasaur,
12+
how STM is Haskell’s best feature and how laziness can be a vice.

podcast/68/links.markdown

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
+ [Perl6](https://en.wikipedia.org/wiki/Raku_(programming_language))
2+
+ [Pugs](https://en.wikipedia.org/wiki/Pugs_(compiler))
3+
+ [Yesod](https://www.yesodweb.com/)
4+
+ [Django (python)](https://www.djangoproject.com/)
5+
+ [FP Complete](https://tech.fpcomplete.com/)
6+
+ [Intero](https://hackage.haskell.org/package/intero)
7+
+ [Stack](https://docs.haskellstack.org/en/stable/)
8+
+ [GHCUp](https://www.haskell.org/ghcup/)
9+
+ [Stackage](https://www.stackage.org/)
10+
+ [STM](https://hackage.haskell.org/package/stm)
11+
+ [Rust](https://www.rust-lang.org/)
12+
+ [School of Haskell](https://www.schoolofhaskell.com/)
13+
+ [Conduit](https://hackage.haskell.org/package/conduit)
14+
+ [Warp](https://hackage.haskell.org/package/warp)
15+
+ [Kazu Yamamoto](https://github.com/kazu-yamamoto)
16+
+ [Scotty](https://hackage.haskell.org/package/scotty)
17+
+ [Spock](https://hackage.haskell.org/package/Spock)
18+
+ [Yesod book](https://www.yesodweb.com/book)
19+
+ [Lazy I/O](https://book.realworldhaskell.org/read/io.html)
20+
+ [Serde (Rust)](https://serde.rs/)
21+
+ [Clap](https://docs.rs/clap/latest/clap/)
22+
+ [OptParse Applicative](https://hackage.haskell.org/package/optparse-applicative)
23+
+ [Template Haskell](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/template_haskell.html)

podcast/68/transcript.markdown

Lines changed: 235 additions & 0 deletions
Large diffs are not rendered by default.

podcast/69/index.markdown

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Jurriaan Hage
3+
episode: 69
4+
buzzsproutId: 17727258
5+
recorded: 2025-03-11
6+
published: 2025-08-25
7+
---
8+
9+
Today’s guest is Jurriaan Hage. Jurriaan is a professor at Heriot-Watt
10+
University in Edinburgh who’s worked with and on Haskell for many
11+
years. He’s known for the Helium Haskell compiler, specifically
12+
designed for teaching, and he has plenty of other projects related to
13+
Haskell, including improvements to the type system, the generation of
14+
better error messages, or detection of plagiarism.

podcast/69/links.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- [Jurriaan's home page](https://www.macs.hw.ac.uk/~jh2054/index.html)
2+
- [Helium for learning Haskell](https://github.com/Helium4Haskell/helium), [paper](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/helium.pdf)
3+
- [OutsideIn(X)](https://www.cambridge.org/core/journals/journal-of-functional-programming/article/outsideinx-modular-type-inference-with-local-assumptions/65110D74CF75563F91F9C68010604329)
4+
- [Scripting the Type inference process](https://dl.acm.org/doi/10.1145/944746.944707)
5+
- [Haskell Type Error index](https://errors.haskell.org/)

0 commit comments

Comments
 (0)