Homewerk
Homewerk is a 12" vinyl EP by Luke Vibert. All songs were later included on the album Lover's Acid.
Homewerk | |
---|---|
EP by | |
Released | 10 May 2002 |
Track listing
Side A
- "Homewerk" - 4:34
- "Acid 2000" - 3:42
Side B
- "Cash 'n' Carry Acid" - 4:21
- "Come On Chaos" - 5:26
gollark: You can use codegen to generate code for repetitive tasks of some sort if they don't need to generalize much or go outside your project, but it's much better to just... not have to do those repetitive tasks, or have the compiler/macros handle them.
gollark: Also, you end up with a mess of fragile infrastructure which operates on stringy representations of the code.
gollark: I can either:- use `interface{}` - lose type safety and performance- codegen a different `Tree` type for every use of it - now I can't really put it in its own library and it's generally inelegant and unpleasant
gollark: Consider what happens if I want to implement a generic `Tree` type.
gollark: For one thing, it doesn't really work in many cases.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.