The advantage Java has over C is that, in that comparison, Java is really nice to work with.
Is java dead for startups?
21–30 of 101 posts
Re: Is java dead for startups?
#22Born again Java fan here. I took a diversion into languages like Python (which I still heavily use), but now I wish I had just used Java in the first place. Once you turn a program from a 2 hour long run-time down to < 10 minutes (my Lucene vs PyLucene experience), you don't really see the benefit of using Python anymore. Plus I've realized that I prefer static typing.
Re: Is java dead for startups?
#23IMHO, Java lends itself to overengineering. I am not sure why, but Java makes it very tempting to try to nail the design right before you know what you are designing.
Re: Is java dead for startups?
#24Edit: oh, and also many, many times faster.
Re: Is java dead for startups?
#25Born again Java fan here. I took a diversion into languages like Python (which I still heavily use), but now I wish I had just used Java in the first place. Once you turn a program from a 2 hour long run-time down to < 10 minutes (my Lucene vs PyLucene experience), you don't really see the benefit of using Python anymore. Plus I've realized that I prefer static typing.
The benefits of dynamic languages are not their speed, its the rapid prototyping and interactivity they provide once the prototype has been designed it can be implemented for speed in any lanuage providing the features you need.
Of course that is a non-scientific anecdote and there are times that the REPL is just awesome (especially for web app development).
Re: Is java dead for startups?
#26That being said Java still plays a very big role in backend systems and don't forget that some important backend tools i.e. Hadoop and Cassandra are written in java. So I wouldn't write it off just yet.
Derek
Re: Is java dead for startups?
#27If you're a web shop, IMO, none of the Java web frameworks are ideal for the fast prototyping that most startups need to do on a regular basis. I've hated every Java web framework I've ever worked with and I've used most of the popular ones. Always felt like I was fighting the framework for one reason or another; too verbose, not expressive enough or too tightly structured. There are some decent platforms for the JVM…
Re: Is java dead for startups?
#28good programmers can probably program in java but given the choice would they use it at home or on side projects?
Re: Is java dead for startups?
#29Earlier quoted context omitted.
The play framework sounds like something you'd be interested in. It abandons the Java conventions for a more rails like experience. http://www.playframework.org/
Yeah, never heard of it until now. If I ever venture out into Java land again, I'll have to give it a better look. How does it compare to Grails?
http://news.ycombinator.com/item?id=898738
http://groups.google.com/group/play-framework/browse_thread/...