32

Realizing no programming language or concept or theory is too hard to learn. My retinas may burn out staring at my screens but I will get there eventually.

Comments
  • 2
    I dunno man, have you tried learning how Monads work in Haskell? :-P

    (Totally facetious btw, I agree!)
  • 2
    The only thing remaining is that it can sometimes be confusing when knowing lots of languages

    Javascript/php: function help(){...}
    Java/c#: public static void help(){...}
    C: void help(){...}
  • 0
    @ard1988 totally agree. Some keywords being shorter doesn't help either:

    Rust: fn help()
    Kotlin: fun help()
    Swift: func help()
Add Comment