Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Go is a nice language with awesome features except that it doesn't fucking allow unused imports/variables. It makes exploratory programming with Go annoying as hell.


    don't {
        print x for {x : unused variables}
        x() for {x : function from unused imports}
    }




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: