• thedon
    +2

    What do you guys think is a good programming language to start with? For now I don't really have a project or anything, I just want to try it, but most of the simpler languages seem to have no function outside of the lessons and more common languages like C are kind of intimidating.

    • picklefingers
      +3

      If C is intimidating, I'd suggest python. The entire language is written to look nice and be easily readable. Good python code can usually be understood by even beginner programmers. You should try checking out Learn Python the Hard Way. Despite the name, it really isn't that hard to learn from and will bring you to a level where you are able to do personal projects on your own.