Default avatar
nobody 2 years ago
Dart will disappoint you, and C++ will continue to run the world. Language I dislike: Rust Language I begrudgingly respect: OCaml Language I think is overrated: Anything that had come into direct contact with ECMAScript. Language I think is underrated: Zig. Agree. Language I like: Object PASCAL Language I love: C# Language I dream of writing in: I don’t anymore. All my dreams died when ECMAScript took over. I’ll add one: Language I have to use the most: C++ #programming #coding
nixCraft 🐧's avatar nixCraft 🐧
Language I dislike: C++ Language I begrudgingly respect: Go Language I think is overrated: javascript Language I think is underrated: Zig Language I like: Python Language I love: Perl Language I dream of writing in: Dart
View quoted note →

Replies (23)

Default avatar
nobody 2 years ago
C# bro LFG!!! I love it.
Default avatar
nobody 2 years ago
Solid choice. Did that on DOS for a few years at the beginning of my career. I’ve just gotten spoiled to things like std::vector too much. Hard to overestimate how big a difference in your style having containers that track their own length makes. I feel naked in C now, but it’s still solid and easy to follow.
Default avatar
nobody 2 years ago
🤣 Making lists like this aren’t as fun as they used to be, now that I’m either learning or using things I hate on a regular basis.
Default avatar
nobody 2 years ago
clang is the best I’ve got. 😭
Functional languages are quite cool but each has its uses. I like it for stream processing as you can just chain functions. Then on the other hand you can do similar stuff with reactive extensions.
Default avatar
nobody 2 years ago
Setting up data chains is indeed one of the most elegant things about functional programming. Kinda like how LINQ is set up eh? Perhaps the sweet spot for me is a mix of both techniques depending on the job.
I dislike Rust too, and any functional language. I think Rust borrows its data structure from functional langs.
Curious why you dislike Rust. I’m learning it atm and like it so far though I still prefer C.
Default avatar
nobody 2 years ago
That’s interesting. I didn’t know that about LogSeq
I haven’t seen F# since I installed Visual Studio 2010. It still exists and is used? :O
You just reminded me that I once wrote a program in Pascal. Dart seems like a fine modern language but it doesn’t try to be a C++ competitor from what I can see. FFI is cool though!