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

> But you could write a non-generic tree that does.

As you could in Java.

> Also, Dave was talking about Lists, which you certainly can have packed with ints trivially in Go.

What lists? Array lists? Linked lists? Skip lists? Concurrent array lists? Concurrent linked lists? Concurrent skip lists? Go gives you packed ints for only one kind of list.

> If your application uses a lot of trees, Go is probably the wrong language for you.

Or if it uses any advanced data structure that Go simply doesn't have, let alone concurrent data types (Java has such a rich collection of data structures, usually with state-of-the-art implementations). Or if you need dynamic code loading. Or embedding a scripting language.

I actually think Go is a very nice language, but Java is much more appropriate for serious, long-running, high-performance server-side apps.



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

Search: