mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-12-24 12:58:37 +00:00
update FAQ with a link
This commit is contained in:
parent
0a2a871d98
commit
633b4f92d5
1 changed files with 5 additions and 3 deletions
8
FAQ.md
8
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)?
|
||||
|
||||
|
|
Loading…
Reference in a new issue