Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:Does it matter? (Score 1) 100

You will have to tell me how:

^10000.grep( *.is-prime).say; # Retrieve prime numbers from 0-10,000

Is incomprehsible bullshit and:

given $value {
    when Str { ... Do string handling ... }
    when Int { ... Do integer handling ... }
    when Bool { ...Do boolean handing ... }
    default { ... Fallback handling... }
}

Is mind wanking....

If you've really tried the language, why not give it a comprehensive review?

Slashdot Top Deals

Heuristics are bug ridden by definition. If they didn't have bugs, then they'd be algorithms.

Working...