Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/images/board-members/dominikschrempf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/board-members/simonmarlow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions who-we-are/people/andresloeh.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Andres Löh
title: Vice Chair
executiveTeam: "False"
tenureStart: 2023-04-01
tenureEnd: 2026-04-01
image: "/assets/images/board-members/andres.png"
website: https://www.andres-loeh.de/
email: "andres@haskell.foundation"
Expand Down
13 changes: 13 additions & 0 deletions who-we-are/people/dominikschrempf.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Dominik Schrempf
email: dominik.schrempf@gmail.com
title: Board Member
executiveTeam: "False"
tenureStart: 2026-04-01
image: /assets/images/board-members/dominikschrempf.png
committees:
---

With expertise across diverse fields including physics, biology, and web development, Dominik brings a broad perspective on programming challenges. He developed a deep affinity for Haskell during his PhD and postdoc, using the language to model evolutionary trees.

This experience in Haskell -- where the process of building and manipulating complex structures felt uniquely intuitive and expressive -- led him to pursue a career as a software engineer focused on functional programming. Dominik maintains a set of Hackage packages geared towards statistical programming.
1 change: 1 addition & 0 deletions who-we-are/people/hazelweakly.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Hazel Weakly
title: Board Member
executiveTeam: "False"
tenureStart: 2023-04-01
tenureEnd: 2026-04-01
image: "/assets/images/board-members/hw.png"
website: https://hazelweakly.me/
---
Expand Down
1 change: 1 addition & 0 deletions who-we-are/people/joshmeredith.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Josh Meredith
title: Board Member
executiveTeam: "False"
tenureStart: 2023-04-01
tenureEnd: 2026-04-01
image: /assets/images/board-members/jm.png
---

Expand Down
9 changes: 9 additions & 0 deletions who-we-are/people/simonmarlow-interim.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Simon Marlow
executiveTeam: "False"
interimBoard: "True"
interimBoardTitle: Interim Board Member
image: /assets/images/board-members/sm.png
---
Simon Marlow is a Software Engineer at Facebook in London. He has previously worked on Haxl, a Haskell-based domain-specific language that is used by the teams fighting abuse on Facebook, and he is currently working on Glean, a system to store and query facts about source code at scale. Simon is a co-author of the Glasgow Haskell Compiler, author of the book “Parallel and Concurrent Programming in Haskell”, and has a string of research publications in functional programming, language design, compilers, and language implementation.

10 changes: 6 additions & 4 deletions who-we-are/people/simonmarlow.markdown
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
name: Simon Marlow
email: marlowsd@gmail.com
title: Board Member
executiveTeam: "False"
interimBoard: "True"
interimBoardTitle: Interim Board Member
image: /assets/images/board-members/sm.png
tenureStart: 2026-04-01
image: /assets/images/board-members/simonmarlow.png
committees:
---
Simon Marlow is a Software Engineer at Facebook in London. He has previously worked on Haxl, a Haskell-based domain-specific language that is used by the teams fighting abuse on Facebook, and he is currently working on Glean, a system to store and query facts about source code at scale. Simon is a co-author of the Glasgow Haskell Compiler, author of the book “Parallel and Concurrent Programming in Haskell”, and has a string of research publications in functional programming, language design, compilers, and language implementation.

Simon worked on GHC full time from about 1998 to 2013, and sporadically since then. He is the main author of the runtime system, the code generator, and various other parts of the compiler. He is the author of the O'Reilly book "Parallel and Concurrent Programming in Haskell". In 2013 he moved to Facebook (now Meta) where he led the team that built the largest ever production Haskell deployment, Sigma, which was a platform for combating abuse on Facebook, Instagram and WhatsApp. While at Meta he also led the team that built Glean, a system for collecting and querying information about source code at scale; Glean is open-source and is still in use as a core part of Meta's developer tooling infrastructure. He left Meta in February 2025 and nowadays he spends his time mostly riding his bike and hacking on things that he finds interesting.
Loading