OndrejSc
Royal Mystic
Why would anyone use anything else than assembler escapes me.
This is bullshit at its best. Rust was created in 2010, not last week. C++ is still being use all over the place, including on embedded programming which never stop being used(and no, it's hardly legacy software), no matter how big Rust got. Even the most interesting hobby OS being created right now uses C++(SerenityOS) instead of Rust.but since Rust arrived all C++ is legacy software
In Windows most people don't use command line to compile etc. At least they didn't until linux has begun to creep its communist ways into Windows as well. That's why IDEs were and still are so important. If other languages had dedicated IDEs they would probably be more popular than they are now. VS Code has made some languages easier to use, but it's not nearly as good as an actual IDE.What
Generally agree, but surprised .NET is on your list. Please elaborate.My God I can only tell you asswipes what not to learn:
If you value your brain at all, don't learn any full stack shit, don't learn any web garbage, don't learn any trendy Rust shit. Trendy languages come and go, C is forever. All that stupid shit modern garbage does is think for you. That's why everything these days is huge and bloated and slow and disgusting and has 500 dependencies.
Here's what not to learn:
.net
JavaScript
Spring or any other bullshit like Vue and Angular and all that shit fucking soulless corporate shit
Rust
Go
Anything that's not 15 years old
I would also add Java but Java equals easy job so I guess you can learn that.
However, now I'm paid for useless Java garbage and I'm hating the IDE bloat and hotswap agent and all the fucking bullshit.
I don't know anything about it but don't like the name so it's on the list.
As if having Microsoft instead is a better option.And is like java but without retarded Oracle owning it.
As if having Microsoft instead is a better option.And is like java but without retarded Oracle owning it.
Microsoft will do anything for market share. Even give things away for free, make a project open source, or embrace multiplatform.As if having Microsoft instead is a better option.And is like java but without retarded Oracle owning it.
Microsoft will do anything for market share. Even give things away for free, make a project open source, or embrace multiplatform.As if having Microsoft instead is a better option.And is like java but without retarded Oracle owning it.
https://en.wikipedia.org/wiki/Embrace,_extend,_and_extinguishMicrosoft will do anything for market share. Even give things away for free, make a project open source, or embrace multiplatform.As if having Microsoft instead is a better option.And is like java but without retarded Oracle owning it.
Generally agree, but surprised .NET is on your list. Please elaborate.
However, now I'm paid for useless Java garbage and I'm hating the IDE bloat and hotswap agent and all the fucking bullshit.
Lol, yet another reason to love Python. Back in the day, all the crap around Java (or C# or C++), like IDEs, build tools, dependency injection frameworks, ORM frameworks, etc, sucked all the fun out of programming. Now, using Python on smaller-scale stuff, you can get by with a decent text editor, and it's like Zen. Before Rincewind gets his panties in a bunch, I am not claiming this would work for a 100 programmer project, I am just saying for what Python is typically used for, it's like HEAVEN compared to Java/C#, C++.
def my_append(e, l = []):
l.append(e)
return l
print(my_append(1))
print(my_append(2))
[1]
[1, 2]
Can you name anyone besides you who cares?
These are all silly. Example 1, I don't even know if that's true, you seem to be suggesting that Python keeps in-function variables beyond the scope of the function, but even if it is in that scenario, if you write weird spaghetti code like this, you will run into problems anyway, regardless of language.
Multi line lambdas? How often does that come up?
Stop being autistic. You can come up with a list of very specific complaints about any language.
Perl 6? They even changed the name to Raku 19 years after its design started probably to avoid any Python 3 bullshit.2. Can you name another high-level language that broke backward compatibility the way Python 3 did and created a similar schism in its community?
Perl 6? They even changed the name to Raku 19 years after its design started probably to avoid any Python 3 bullshit.2. Can you name another high-level language that broke backward compatibility the way Python 3 did and created a similar schism in its community?
Most projects didn't migrate but were forced to do since 2020 because that was when Python 2 was finally killed. You are also ignoring that many people started Python after Python 3 was released(2008)*, not before it.And if migrating from Python 2 from Python 3 was such a big deal, why has the language become even more popular since then?