On Friday, 18 October 2013 at 12:22:16 UTC, Nick Sabalausky wrote:
On Fri, 18 Oct 2013 12:44:59 +0200
"Chris" <[email protected]> wrote:

On Friday, 18 October 2013 at 10:23:34 UTC, Chris wrote:
>
> from bottleneck import runslow

I like bottlenecks in Blues, not in programs.

Heh. They're very satisfying to play. Such a rich bass. Also fun to
annoy people with :)

Yeah, you can do some weird stuff with bottlenecks alright. Maybe
we should have a module in phobos that helps detecting
bottlenecks.

std.bottleneck

struct Slide {
   int frets = 22;
   int strings = 6;
   string E;
   string A;
   string D;
   string G;
   string B;
   string e;
}

struct Amp {
   int volume = 11;
}

struct Neighbor {
   int annoyed = 911;
}

Reply via email to