Homepage should have a hello-world graph syntax shown
Pretty much every other programming language website has an example of a program you can write in the language on their homepage. Ideally we also have an instruction for how to compile/run it!
Examples:
- https://www.python.org/ shows Fibonnaci
- https://www.ruby-lang.org/en/ loops through random programs when you refresh
- https://www.typescriptlang.org/ interestingly doesn't show syntax but does show how to install and compile
- https://kotlinlang.org/ shows Hello World, and some tabs with Object Oriented examples and Coroutine examples.
- https://www.scala-lang.org/ shows Hello World
- https://developer.apple.com/swift/ is almost nothing but code examples
- https://coffeescript.org/ leads with a split screen of code and compiled output. I think this would be great!
Interestingly, a few languages don't lead with code on their front page:
Edited by Mark Hansen