|
|
|
|
|
by eyuelt
4391 days ago
|
|
Correct me if I'm wrong, but I don't know many people that complain about the syntax of JS. Usually the complaints are about the many poor design decisions (due, no doubt, to the fact that the language was designed in only 10 days). So I don't think there's anything wrong having a syntax that looks similar to JS. Also, though I haven't actually looked very much into Swift yet, from what I've seen, I disagree that Swift is just a syntactical mask on top of Obj-C. It looks to me to be following a similar approach to Rust and Go, in that it combines features of many different languages, object oriented and functional alike. |
|