Why and how I write Java
stevewedig.com
Why and how I write Java
1–10 of 67 posts
Re: Why and how I write Java
#2What is this supposed to mean?
Re: Why and how I write Java
#3> High efficiency languages include C, C++, Rust, D, etc. I would love one language to rule them all, but it seems that for now there is still a gap between what language to choose application programming and for high efficiency programming. What is this supposed to mean?
Re: Why and how I write Java
#4Wow. So instead of adding something like var in C# or auto in C++ they went the opposite way. Makes no sense to me.
Re: Why and how I write Java
#5>Diamond operator Wow. So instead of adding something like var in C# or auto in C++ they went the opposite way. Makes no sense to me.
That is possible, and is how many languages work, but it would have been a huge change for Java. For better or for worse, it's in the nature of Java to be conservative, and not make huge changes.
Re: Why and how I write Java
#6>Diamond operator Wow. So instead of adding something like var in C# or auto in C++ they went the opposite way. Makes no sense to me.
It should have var/auto, for sure, but this is a different thing.
Re: Why and how I write Java
#7Re: Why and how I write Java
#8Re: Why and how I write Java
#9If not for Spring, I'm not sure I would want to construct things in Java at all.
Re: Why and how I write Java
#10> High efficiency languages include C, C++, Rust, D, etc. I would love one language to rule them all, but it seems that for now there is still a gap between what language to choose application programming and for high efficiency programming. What is this supposed to mean?