Parsing Markdown with Gleam Presentation for BEAM meetup, January 2026 in Stockholm.
  • Gleam 51.1%
  • CSS 27.9%
  • JavaScript 21%
Find a file
2026-01-16 15:37:30 +01:00
assets Add more psyduck 2026-01-16 15:37:05 +01:00
dist Forgot to build 2026-01-16 15:37:30 +01:00
hi_mark Update example code 2026-01-15 21:22:22 +01:00
src Add more psyduck 2026-01-16 15:37:05 +01:00
test Initial version 2026-01-11 21:12:22 +01:00
.gitignore Deploy in same repo 2026-01-11 21:18:45 +01:00
gleam.toml try to implement SPA routing like in the lustre examples 2026-01-12 09:12:21 +01:00
manifest.toml Reorder some slides for better flow 2026-01-15 21:05:48 +01:00
README.md try to implement SPA routing like in the lustre examples 2026-01-12 09:12:21 +01:00

Parsing Markdown with Gleam

In this talk I will try to convince you that Gleam is the best language for building web services in 2026, by talking about writing a markdown parser in Gleam and why I decided to do just that.

Presentation for BEAM meetup, January 2026 in Stockholm.

Prerequisites

Mac OS:

brew install gleam rebar3

Development

gleam run -m lustre/dev start

Deployment

gleam run -m lustre/dev build