2 ms·
Pretty interesting! signa11, are you the author of the language? If so, is it fair to say the “closest competitors” for this language would be Kotlin and Scala?
by yashap 3y ago
Pretty interesting! signa11, are you the author of the language? If so, is it fair to say the “closest competitors” for this language would be Kotlin and Scala? If so, what do you see as the pros/cons of Claro vs. these two languages?
- mdaniel 3y agoI would have guessed it took inspiration from rust with the `mut` keyword, and then told rust to hold its beer since mut is not transitive so `int[][]` would require `mut mut` to be able to write to int[0][1] if I understand TFM correctly : https://docs.clarolang.com/static_typing/builtin_colls/builtin_collections.generated_docs.html#mutability-annotations-are-shallow https://docs.clarolang.com/static_typing/builtin_colls/built...