From 62686f98c206c7dbfe1fdaac6cd6ea9603e29a97 Mon Sep 17 00:00:00 2001 From: Andrew Byrd Date: Mon, 2 Dec 2024 17:50:36 +0800 Subject: [PATCH] Add Brian Goetz presentation (July 2024) Also sorted items in reverse chronological order. --- site/_index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/site/_index.md b/site/_index.md index f05a936..f53834b 100644 --- a/site/_index.md +++ b/site/_index.md @@ -55,6 +55,10 @@ We've also worked on some supplementary tasks and features, including: These documents and presentations present a more holistic view of the Valhalla project's goals and design considerations. +- [Brian Goetz: Valhalla - Where Are We?](https://www.youtube.com/watch?v=IF9l8fYfSnI) (JVM Language Summit, July 2024) + +- [Dan Smith: Value Objects in Valhalla](https://www.youtube.com/watch?v=a3VRwz4zbdw) (JVM Language Summit, August 2023) + - The State of Valhalla (December 2021) - [1. The Road to Valhalla](design-notes/state-of-valhalla/01-background) - [2. The Language Model](design-notes/state-of-valhalla/02-object-model) @@ -64,8 +68,6 @@ project's goals and design considerations. - [Background: How We Got the Generics We Have](design-notes/in-defense-of-erasure) (June 2020) - [The Saga of the Parametric VM](design-notes/parametric-vm/parametric-vm) (April 2021) -- [Dan Smith: Value Objects in Valhalla](https://www.youtube.com/watch?v=a3VRwz4zbdw) (JVM Language Summit, August 2023) - ## Implementation Development takes place in a public OpenJDK repository, with occasional