Dot Net is not a language.
Poll: What programming language do you use for your app/startup?
81–90 of 122 posts
Re: Poll: What programming language do you use for your app/startup?
#82Re: Poll: What programming language do you use for your app/startup?
#83Our base language is PHP, but since we are working with teaching programming we are working with a lot more Javascript, Actionscript,C/C++, Java, and lately we have been testing/working with haxe.
Re: Poll: What programming language do you use for your app/startup?
#84I'm suspicious about people who put too much importance into their language choice, maybe because I'm tempted to be one of them. You can love beautiful programs, or programs that get things done. The former people tend to gravitate toward things like Haskell, which is very pure, conceptually beautiful, and feels like using the LHC to crack nuts. But hey, you're using LHC, great fun. The latter will pick whatever ugly…
Regardless of how much focus you put on it, it is usually the first "hard" decision everyone has to take in their tech-supported startup, and thus it gets a spotlight.
Re: Poll: What programming language do you use for your app/startup?
#85You should probably (if it's possible to edit) add Objective C for people doing iPhone development. Also, Actionscript/ Flash might be nice to include since it would be interesting to see how its usage compares to Javascript.
Why just Obj-C for iPhone (or more accurately iOS) dev? What about Objective-C for Mac development?
Re: Poll: What programming language do you use for your app/startup?
#86At my day job, we're using C, with our tests in Python (using robotframework [1]) and testing frameworks in C++.
Re: Poll: What programming language do you use for your app/startup?
#87Re: Poll: What programming language do you use for your app/startup?
#88Re: Poll: What programming language do you use for your app/startup?
#89I'm suspicious about people who put too much importance into their language choice, maybe because I'm tempted to be one of them. You can love beautiful programs, or programs that get things done. The former people tend to gravitate toward things like Haskell, which is very pure, conceptually beautiful, and feels like using the LHC to crack nuts. But hey, you're using LHC, great fun. The latter will pick whatever ugly…
Re: Poll: What programming language do you use for your app/startup?
#90I've fallen for Scala, and want to use one of the frameworks that support it. Lift requires use of Maven or sbt, both of which are annoying tools. I don't want you to force me to download stuff from the net every time I start a project! With most frameworks, I should be able to download a package that I can put on a laptop, disconnect, and build projects in a vacuum. Lift doesn't allow me to do this... also XML :(
http://www.playframework.org/ supports Scala too.