IIVI
Superstar
Yeah, John Carmack pretty much said he works with C++ the most so he knows it the best. Basically it'll come down to what you're most comfortable with and whoever is building a project should take into account how many which __ programmers can you find.I don't think the "best programming language" discussion will ever die. As many times as a new language has came out to replace ______, nothing's ever really gone away. Ill watch the video later, but I'm sure they're talking about pros and cons of languages, but I'd be surprised if they come up with a "best".
Highlights/discussion from interview:
- Using Python right now mainly because of the work he's doing with General A.I.
- Not a fan of Template C++ much, mainly sticks to the basics. Very C-like/influenced code.
- Likes what Golang is doing and matches what he described earlier: easy to get people onboard, very simple language.
- Only used Rust for a short period, no opinions on it.
- Thinks Javascript is really good for what it does. Pretty impressed the language is kept together considering what the code looks like underneath the hood.
- Edit: Said Javascript expanding to many things. Mainly really good for U.I programming.
- Ran for a few years with Lisp, Haskell and the functional programming languages. Made him think about problems differently but basically said too much over abstraction.
- Along similar lines mentioned he thinks people should emphasize that they work on a team, so the over-abstractions make things more complicated and the functional programming community is really known for that (building their own systems/language).
Last edited: