|
|
|
|
|
by erez
3679 days ago
|
|
Never could understand who doesn't put code examples on the main webpage of their language site. Especially seeing that their 'hello world' example is not really telling us anything. It's like they are ashamed of the language they created and would rather hide it than display it. |
|
What's worse is that most languages that don't show code samples on their front page also usually don't seem to have easy to find example code. Language tutorials/references are very bad at giving you a feel of what a language is like because they don't give a complete program that shows off how features interact (usually they show features in isolation) and I don't want to have to dig through your code repository to hopefully find some sample code...