From 633b4f92d542b7cd363b473772a19a2e59c2c782 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Tue, 2 Oct 2018 05:52:27 -0400 Subject: [PATCH] update FAQ with a link --- FAQ.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index 09c1ce2a..9937d9de 100644 --- a/FAQ.md +++ b/FAQ.md @@ -8,9 +8,11 @@ re-executed after any given change is based on the algorithm used in rustc. Michael Woerister and I first described the rustc algorithm in terms of two colors, red and green, and hence we called it the "red-green algorithm". This made me think of the New Mexico State -Question --- "Red or green?" --- which refers to salsa. Although this -version no longer uses colors (we borrowed revision counters from -Glimmer, instead), I still like the name. +Question --- ["Red or green?"][nm] --- which refers to chile +(salsa). Although this version no longer uses colors (we borrowed +revision counters from Glimmer, instead), I still like the name. + +[nm]: http://www.sos.state.nm.us/Kids_Corner/State_Symbols.aspx#question ## What is the relationship between salsa and an Entity-Component System (ECS)?