▲ | johnisgood a day ago | |||||||
I love Perl[1] and OCaml. I dislike the rest. It depends on the task. [1] https://news.ycombinator.com/item?id=44359539 > As for idup... The first several search results for "dlang idup" are all useful. Yes, I am sure it was, I am sure an LLM would have helped too, but I think that is besides the point here. | ||||||||
▲ | zdragnar a day ago | parent [-] | |||||||
Is it beside the point? Looking at that perl example: $string =~ s/\d+/NUM/g; I don't have a clue what is going on. Sure, I see the regex, but what is =~ doing? There's only so far you can stretch most languages before you need to actually put in effort to learn them. | ||||||||
|