I don't have enough insight into the larger startup world, but had this discussion with some coworkers and was curious of the HN opinion.<p>Are there any startups using Java, not the JVM, today? Say any in the last year or two of YC classes?<p>If so, and you're at one of the startups, do you feel it has affected your ability to bring in development talent for the better or worse?
First, almost all Android apps are coded in Java. But this is Java for heap sizes in the 10s of MB. Java with a component model that aggressively claws-back memory. Java with tasks that can wake up with a new PID. Java with RPCs you actually would use. Java with a rich UX stack. Server Java brains have evolved in a different direction.<p>Secondly, Google App Engine seems like a huge convenience for stuff that needs to scale and teams that don't have time to spend on the scaling problem. I don't hear much about it. I wonder why.
I realise I'm not answering this question directly (although I am using Scala and Java 8 in my own startup project), I thought it might be applicable to leave these here:<p><a href="http://www.wired.com/2013/09/the-second-coming-of-java/" rel="nofollow">http://www.wired.com/2013/09/the-second-coming-of-java/</a><p><a href="http://www.drdobbs.com/jvm/if-java-is-dying-it-sure-looks-awfully-h/240162390" rel="nofollow">http://www.drdobbs.com/jvm/if-java-is-dying-it-sure-looks-aw...</a>