Programming Languages - GitHub Comparison Examples!
I came across the thought, how do experts use the language. Well thanks to GitHub, we can find out! Here are some languages I find interesting/possibly useful to learn. I took them from searching up large projects per language and looked at recent commits.
A lot of these are enterprise style/verbose and I would say Java, Python, TypeScript look the best. Java and TypeScript have the information typed and explicitly written out for you. Python keeps the simplicity and clarity that makes it a good language. Golang, I’m surprised they use single character or abbreviated variables, I think it makes it harder to follow. Clojure looks a little verbose and I don’t know it so it’s a bit confusing. ReasonML looks elegantly typed and clean.
Post by: Brian T. Liao