Eloquently sums up my feelings about the disadvantages of dynamic typing

Chris wendlec at tcd.ie
Fri Oct 18 06:01:46 PDT 2013


On Friday, 18 October 2013 at 12:22:16 UTC, Nick Sabalausky wrote:
> On Fri, 18 Oct 2013 12:44:59 +0200
> "Chris" <wendlec at tcd.ie> 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;
}


More information about the Digitalmars-d mailing list