Posts by Tag

Daml

Removing the limits on signatories Permalink

less than 1 minute read

This is a blog post I wrote with Neil Mitchell while we were both working on the Haskell-based smart contract language Daml at Digital Asset.

Back to Top ↑

PLDesign

Stack-safety for free?

6 minute read

tl;dr. I demonstrate how to (ab)use generators/coroutines to transform any recursive function into an iterative function with nearly zero code changes. I exp...

Back to Top ↑

Haskell

Back to Top ↑

Talk

Back to Top ↑

Perf

Back to Top ↑

Rust

Stack-safety for free?

6 minute read

tl;dr. I demonstrate how to (ab)use generators/coroutines to transform any recursive function into an iterative function with nearly zero code changes. I exp...

Back to Top ↑

Python

Stack-safety for free?

6 minute read

tl;dr. I demonstrate how to (ab)use generators/coroutines to transform any recursive function into an iterative function with nearly zero code changes. I exp...

Back to Top ↑

JavaScript

Stack-safety for free?

6 minute read

tl;dr. I demonstrate how to (ab)use generators/coroutines to transform any recursive function into an iterative function with nearly zero code changes. I exp...

Back to Top ↑

Thoughts

A gedankenexperiment on vaccination

6 minute read

tl;dr. I’m describing a thought experiment that hopefully helps to convince people to get vaccinated despite feeling uncertain about some aspects of COVID-19.

Back to Top ↑

COVID-19

A gedankenexperiment on vaccination

6 minute read

tl;dr. I’m describing a thought experiment that hopefully helps to convince people to get vaccinated despite feeling uncertain about some aspects of COVID-19.

Back to Top ↑