Live data from Hacker News

The Go Programming Language, or: Why all C-like languages except one suck.

syntax-k.de

1–10 of 110 posts

Re: The Go Programming Language, or: Why all C-like languages except one suck.

#4
I really like some of the ideas in Go however it still hasen't hit that critical mass that languages need to hit to really make it in the crowded world of programming languages. This is going to be even more difficult for Go then it was for Python or Ruby since they both can serve very well as prototyping language or glue languages. As a systems language Go needs to be able to gain traction from nothing.

Re: The Go Programming Language, or: Why all C-like languages except one suck.

#6
post #2

So while C may be as lightweight as it can get, it's not really suitable for projects with more than 10k LOC. I believe John Carmack would have something to say about this. http://en.wikipedia.org/wiki/Id_Tech_3

Isn't the linux kernel more than 10k lines of code, too?

And GIMP?

Re: The Go Programming Language, or: Why all C-like languages except one suck.

#7
post #2

So while C may be as lightweight as it can get, it's not really suitable for projects with more than 10k LOC. I believe John Carmack would have something to say about this. http://en.wikipedia.org/wiki/Id_Tech_3

Isn't the linux kernel more than 10k lines of code, too? And GIMP?

And numerous compilers and interpeters and other system-level software.

The author might be talking about consumer-oriented software, but still saying that C isn't suitable for large codebases is very presumptuous.

disingenuous was the wrong word

Re: The Go Programming Language, or: Why all C-like languages except one suck.

#8
post #2

So while C may be as lightweight as it can get, it's not really suitable for projects with more than 10k LOC. I believe John Carmack would have something to say about this. http://en.wikipedia.org/wiki/Id_Tech_3

For that matter, libc is considerably more than 10 kLOC (on FreeBSD 9.0, it's about 140 kLOC), and it's hard to think of a more stereotypical block of C code than that.

Re: The Go Programming Language, or: Why all C-like languages except one suck.

#10
post #2

So while C may be as lightweight as it can get, it's not really suitable for projects with more than 10k LOC. I believe John Carmack would have something to say about this. http://en.wikipedia.org/wiki/Id_Tech_3

If you want to put forth the requirement that you and everyone else on your team must be as good as John Carmack, sure.
Post reply on HN