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

I think what he means is this:

x := y // say y is of type int

// rather than in C/C++ & Java

int x = y;

So you just declare the type once, and don't have to repeatedly declare it



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

Search: