+ 4
What would you change on your favorite programming language?
Like syntax or some ways to make a class,etc
4 Answers
+ 6
Nothing. That's why it's my favorite programming language. :)
+ 6
make python unable to use both ' ' and " " for the same stuff because its like the only language that does that so it just trips me up whenever i try do coding in another language...
+ 3
Hard question 0-0
+ 1
In Scala, I'm really looking forward for literal types, that is using numbers and String literals as type parameters. So you can say, "a list with exactly 5 elements" in the type system.