• SpeakinTelnet@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    11 months ago

    From personal experience making the jump from Python to Julia was overall painless, it 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!