One year of Go
    bearophile 
    bearophileHUGS at lycos.com
       
    Sat Nov 13 05:24:26 PST 2010
    
    
  
Kagamin:
> How do you look at necessary curly braces in Go? Shouldn't they adopt python syntax while keeping Go design?
I like Python syntax, but the features of a language must be all adapted to each other, they form something like an ecology.
In general what I look for is a language syntax that is somehow resilient against simple mistakes that mammals do all the time. So curly braces are sometimes better than bug-prone alternatives.
Bye,
bearophile
    
    
More information about the Digitalmars-d
mailing list