from Hacker News

What's Your Favourite Programming Language? – Computerphile

by georgehaake on 12/18/18, 7:52 PM with 1 comments

  • by billconan on 12/18/18, 8:05 PM

    my top 2 would be c++ and javascript.

    I started with qbasic, and used it for many years. Then in college, I learnt c#/java for oop. And because I wanted to write games and do computer graphics, c++ was the only viable choice at the time, so I had to learn it.

    Then I kinda settled on my language search, because I could write just anything with c++. And it's like a master language, which makes learning other languages quickly. I had tried go, swift, python and dart, but I always went back to c++.

    These days I started to like javascript, because of intensive web programming, but my web server is still in c++ though.