Bio
I am a compiler engineer at Digital Asset and former member of the Scala Center. I contributed to Scala 3, sbt and the Scala debugger.
My Talks
Building a Debugger for Scala 3
Building a debugger for a high-level programming language like Scala 3 is challenging. The JVM debugger exposes raw details of executing the bytecode, quite far from the original Scala code. In thi...
Coding the game of unspoken rules in Scala 3
How do you build a multiplayer, online game where the rules are written by the players? Inspired by the game Mao, we created a game where winning lets you add new rules in live Scala code. In this ...