NO WAY php is more verbose than Java.
Programming
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
It is not, though. Not according to the graph.
Weird this is not the graph I remember having seen first time, The one I saw had python at the very top, have I commented on the wrong post ?
There are two images. One of them has Python as #1, the other doesn't.
Super interesting to see that. Didn't expect Python to have such a lead, but it is understandable.
I hate Python 3 requires parantes for print. Python 2 accepted print 'hi'. Vs print('hi')
I'm not familiar with code.golf but I wonder how whitespace is handled? I find python is very concise anyway, but I wonder how the white space is counted (single tab, four spaces for black, etc).