Comment on Which programming language is hard to understand?
SpeakinTelnet@programming.dev 1 year agoFrom personal experience making the jump from Python to Julia was overall painless, I was probably made to be as well. I do agree that rust on the other end is something else. Even after clearing the whole rustlings course I was still brute forcing my way through code by relying on the compiler to tell me where borrowers were missing. Spoiler: everywhere!