Goon (Global Goon album)
Goon is an IDM/techno album by Johnny Hawk under the recording name of Global Goon. It is his debut album and first release on Rephlex Records. It was released in 1996.
Goon | ||||
---|---|---|---|---|
Studio album by | ||||
Released | December 2, 1996 | |||
Genre | IDM | |||
Length | 56:35 | |||
Label | Rephlex Records | |||
Producer | Johnny Hawk | |||
Global Goon chronology | ||||
|
Review scores | |
---|---|
Source | Rating |
Allmusic |
Track listing
- "St. Martin" – 3:30
- "Skip Glider" – 2:33
- "The Owl, Pussycat" – 4:32
- "Signpost" – 5:31
- "Pagan Relict" – 4:31
- "Moon Pool" – 3:29
- "Roller" – 2:57
- "Clapping Song" – 4:51
- "Metal Buffalo" – 3:30
- "Der Kipper" – 5:08
- "Chime Time" – 4:08
- "Synchropeet" – 7:28
- "Twiggy" – 5:29
gollark: No.
gollark: Yes/
gollark: Oh wow, rustc is beeing beeoidally.
gollark: The implications are obvious.
gollark: Yet```rustfn simplify(v: &mut Value, rules: &Rules) { loop { match v { Value::Call(head, args) => { let mut was_change = false; for mut arg in args.iter_mut() { simplify(&mut arg, rules); } args.sort(); if let Some(rules) = rules.get(head) { for rule in rules.iter() { if let Some(bindings) = matches(v, &rule.condition) { *v = subst(&rule.result, &bindings); was_change = true; println!("{} -> {} on {}", rule.condition, rule.result, v); } } } if !was_change { break } }, _ => break } }}```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.