christophsturm
listOf( PythagTriple(3, 4, 5), PythagTriple(6, 8, 10), PythagTriple(8, 15, 17), PythagTriple(7, 24, 25) ).map{ (a, b, c) -> test("test %a %b %c") { ...}
sam
A modern programming language that makes developers happier.