I was exaggerating the situation of Sweden, where the police (and I think media) isn’t allowed to talk about the race of someone who broke the law.
Here it’s a bit of the opposite: if they’re foreigners it is mentioned, as when they’re locals it isn’t mentioned (but you’ll know as names are published, like “Arnold S. (70)”).
But enough of that as it has the potential of pol.
Right now I’m at the very beginning of the really fun part of learning, reading lots and lots of documentation. Although it is written better then a lot of other documentation I’ve read.
ah yes always the interesting part of learning a new language. I’ve dabbled in go a fair bit recently but the documentation for that can be very lacking.
The problem with programming is just getting the initial concepts down and once you’ve got the hang of it everything falls into place and you can pickup new languages fairly easily.
Rusts got this nifty little built in package manager to to automatically deal with complex compilation and automatically manages dependencies for you with a .toml file. I’m liking this so far.