Live data from Hacker News

Why Startups Could Use .NET, But Don’t

piehead.com

191–193 of 193 posts

Re: Why Startups Could Use .NET, But Don’t

#191

Earlier quoted context omitted.

Hey Bad_User (if that is your real name), Just to back up what I wrote in the article. I've worked with 2 start-ups. Both had a major feature release every 4-6 months with minor releases every month or two. At Piehead, most of our projects are less than 2 months from client sign-off to launch. Based on talking with other developers in the Boston area, these timeframes seemed pretty similar to what they were seeing at…

I've worked with 2 start-ups. Both had a major feature release every 4-6 months with minor releases every month or two. Great, so you've extrapolated your experience to the whole ecosystem. I'm not saying that at Piehead you don't build websites at a faster pace than others, but even if you do, it's a selection bias, since you're only comparing others that are similar to yourself. Here, I'll give you an example - sup…

I think you have not seen the latest Asp.net MVC 3, it is pretty much something like rails.

Re: Why Startups Could Use .NET, But Don’t

#192

Earlier quoted context omitted.

Hey Bad_User (if that is your real name), Just to back up what I wrote in the article. I've worked with 2 start-ups. Both had a major feature release every 4-6 months with minor releases every month or two. At Piehead, most of our projects are less than 2 months from client sign-off to launch. Based on talking with other developers in the Boston area, these timeframes seemed pretty similar to what they were seeing at…

I've worked with 2 start-ups. Both had a major feature release every 4-6 months with minor releases every month or two. Great, so you've extrapolated your experience to the whole ecosystem. I'm not saying that at Piehead you don't build websites at a faster pace than others, but even if you do, it's a selection bias, since you're only comparing others that are similar to yourself. Here, I'll give you an example - sup…

[deleted]

Re: Why Startups Could Use .NET, But Don’t

#193
post #137
post #116

Earlier quoted context omitted.

In addition, the JVM is just that--a VM. The platforms that run .NET with a JIT compile the IL down to optimized native code. This is similary to the way many Lisps work. Although the JVM is highly optimized and runs faster than Mono in many tests, it will always have an inherent performance disadvantage.

Surely you can't be unaware that the JVM has a JIT?

Ah, things have obviously moved on since I left the Java world years ago. In any event, the VM is still specified at the bytecode level. The JITs are optimizations that are outside of the standard. The .NET ECMA standard specifies an IL that is designed to be JITed to native code.

To the parent question, the performance is very close on the two platforms. The point I was trying to make is that the .NET platform does have some things in it's favor at the IL/VM level.

Post reply on HN