Swift, defects thereof (2016)(zsmith.co)3 points·by xigency·vor 9 Jahren·1 commentszsmith.coSwift, defects thereof (2016)http://zsmith.co/swift.html1 commentsPost comment[–]melling·vor 9 Jahrenreply“The decision made by Swift's designers to use the word let instead of const or even static is strange.” let greeting = “hello” Is much nicer than constant greeting = “hello” Haskell and OCaml use let for assignment (immutable).
Is much nicer than
Haskell and OCaml use let for assignment (immutable).