From 03b43a3a0c4df095689ec4defa3e6e7e68b5ffaa Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Fri, 24 Feb 2023 14:10:10 +0100 Subject: index.html: Some text about my research --- index.html | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 1712380..7e48a62 100644 --- a/index.html +++ b/index.html @@ -50,6 +50,9 @@ div.main-content { display: inline-block; max-width: 800px; } +div.longtext { + text-align: left; +} summary { cursor: pointer; } @@ -94,9 +97,47 @@ summary {

For a list of my academic publications, click here.
+

My research

+
+

+ Currently my primary research interest is in automatic differentiation (AD), as seen through the lens of functional programming (FP), in my case mostly using the programming language Haskell. + My PhD supervisors are Gabriele Keller and Matthijs Vákár. +

+

+ In general I am enthousiastic about lots of things in computer science; I enjoy functional programming and thinking about programming techniques that make FP work well, but I also have some experience in more low-level programming (in C and C++), some of it in competitive programming. + I like thinking about how to optimise code to make it run faster, and also about devising compiler optimisations to make other people's code run faster. + Furthermore, I like being able to do all of those things while enabling the compiler to prevent me from making mistakes as much as possible; typically, I do this by using the type system of the programming language I'm working in. +

+

+ Also send me your favourite esolangs :) +

+ +
-- cgit v1.2.3-54-g00ecf