|
|
|
|
|
by lokedhs
1470 days ago
|
|
I would probably post the idiomatic version in my programming language. Hopefully it will spark a discussion around language design. If not, perhaps it's a sign that the company is pretty rigid, and might not be a nice place to work. io:println¨ {⍵ (⊂"fizz") (⊂"buzz") (⊂"fizzbuzz") %⍨ 2 (⊥⍤1) ⍉ 0 = 5 3 |⌺ ⍵} ⍳20
|
|