tl;dr, one of the first HTML5 engines gets ported to C after 14 years.
Code on github is a fun read and it even comes with its own little editor.
tl;dr, one of the first HTML5 engines gets ported to C after 14 years.
Code on github is a fun read and it even comes with its own little editor.
Jump in the discussion.
No email address required.
Lmao
C rules, rust can suck it
Jump in the discussion.
No email address required.
Rust will end up like Java and be widely used for a few years before it ends up just being maintained for legacy sake and be subsumed by the next flavor of the month OOP lanuage. Java's gimmick was portability and easy deployment on windows, mac, linux and Rusts gimmick is memory safety. Rust seems super nice when you are doing fizzbuzz and basic command line programming problems but the second you need a larger code base with alot of functions rust scales badly as passing arguments (esp strings and larger objects) in and out of scope is such a pain in Rust. If you code in rust you basically have to allow for quite a bit of code redundancy. Java and C# will still be more useful then rust since they arent just C++ but ghey !codecels
Jump in the discussion.
No email address required.
Yeah idk why they can't just let you pass arbitrary pointers around, actually knowing the types and lifetimes of my variables well enough to state them is too much work
Jump in the discussion.
No email address required.
More options
Context
Kernel bros, I don't feel so good
Jump in the discussion.
No email address required.
More options
Context
Jump in the discussion.
No email address required.
More options
Context
Jump in the discussion.
No email address required.
More options
Context
Rust is a massive b-word at any real scale this is true. I think viable-C-replacement is still a compelling value prop.
Jump in the discussion.
No email address required.
I think the biggest flaw with all of the C wannabes is that they just won't let you do what you want to fricking do.
I'm all for good defaults but this is jannied programming and I hate it.
Jump in the discussion.
No email address required.
Oh yeah the enforced snake case stuff is absolutely infuriating
Jump in the discussion.
No email address required.
More options
Context
More options
Context
More options
Context
Jump in the discussion.
No email address required.
More options
Context
Rust just ended up on a list of languages the US Government recommends for national security.
Jump in the discussion.
No email address required.
More options
Context
Jump in the discussion.
No email address required.
More options
Context
I think Java is still pretty widely used for new dev in some industries. I work at a big bank and we still start new projects in Java pretty often.
Jump in the discussion.
No email address required.
More options
Context
More options
Context
More options
Context