|
|
|
|
|
by kamray23
986 days ago
|
|
It turns out that if your main paradigm is X then writing a solution in paradigm Y is a puzzle, as you have to convert things in your head from a natural representation to a different one. Writing performant C++ has genuinely become somewhat difficult after working in a semi-pure manner for a long time, despite C++ being my first and main language. |
|
Exactly. The entire blog post is a long way to say 'I am accostomed to think in C-derived languages'.
Of course a new language paradigm will be a puzzle, it takes a while for our brains to change/match the new paradigm.
The 'puzzle' aspect of the language isn't necessarily permanent.