303
Most and Least Verbose Programming Languages
(programming.dev)
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
Follow the wormhole through a path of communities !webdev@programming.dev
im confused, c and c have header files that are super verbose, not sure how its so high up that list
Header files are optional, they duplicate function declarations to share between multiple files, but otherwise you could write c/c++/c# without headers... the compiler might just run out of memory.