Even the logo is similar (birds)...
What did Apple people think?
Maybe same like in case of iPhone, where the Cisco's trademark just expired...
Having a good trademark may be worth something after all...
The Swift Parallel Scripting Language:
"The Swift parallel scripting language. Fast easy parallel scripting - on multicores, clusters, clouds and supercomputers"
foreach protein in proteinList { runBLAST(protein); }
Swift Programming Language - Apple Developer
for index in 1...5 {
println("\(index) times 5 is \(index * 5)")}
with using brackets sparingly?
Brackets (Parentheses)
- parentheses or "round brackets" ( )
- "square brackets" or "box brackets" [ ]
- braces or "curly brackets" { }
- "angle brackets" < >
No comments:
Post a Comment