←back to thread

147 points teleforce | 4 comments | | HN request time: 0.657s | source
1. Daunk ◴[] No.43798678[source]
I feel like D is such an underrated language.
replies(2): >>43798840 #>>43799905 #
2. WalterBright ◴[] No.43798840[source]
We're not good at marketing! But we're very good at language ergonomics.
3. jadbox ◴[] No.43799905[source]
Just to add, I learned D in a day and finished most of project euler without needing to look up the manual. D is more "python" than python in that it makes coding very.

IMHO, Zig is the closest thing to being D-esk (like with comptime), but it's still not a mainstream option yet.

replies(1): >>43812152 #
4. jadbox ◴[] No.43812152[source]
* makes coding very straight forward. Most of the time I find what I needed in the language just using intuition.