jonny@neuromatch.social ("jonny (nonvenomous)") wrote:
after two weeks of actually learning rust by writing something, i am kicking myself for not doing this sooner. a bunch of concepts that i have wanted are already here and i have just been fighting python without having them for awhile. the concurrency dog. being able to actually design in concurrency in a way that makes sense rules. read/write locks as builtins, actually being able to control access to stuff so concepts that are forbidden in python like shared memory between real threads are possible. going to remember this for the future, the cost of learning a new language is not greater than the things it lets you do, if the fit is right. entering my actual polyglot era