C# and Java Weekday Languages, Python and Ruby For Weekends?
Dan Lorenc writes "Using the StackOverflow.com data dump, I measured the activity of various programming languages throughout the week. The results: Ruby and Python saw a rise in questions asked on the weekend while C# and Java saw a dropoff in activity on the weekend. This means that more programmers are using Python and Ruby on the weekend for their personal projects, showing that these languages are more fun to use. Show this experiment to your boss the next time you are selecting a programming language for a project at work."
What would the boss do? Maybe he'd come to the conclusion that Java and C# are for professionals while Python and Ruby are for hobbyists?
Or the more obvious, professionals use what they are paid to use at work, and use alternatives on their own time. Which tells management a completely different tale.
"ton of cash" == $0.00
Do you even lift?
These aren't the 'roids you're looking for.
XCOPY, anyone? http://www.15seconds.com/Issue/030806.htm
You're confusing two orthogonal concepts - static typing and strong typing. Python, Ruby, Smalltalk, and lisp are all strongly typed, but the type enforcement occurs at runtime rather than compile time. C and C++ require that variables have compile time type definitions, but then can do all sorts of implicit conversions so they are statically but weakly typed.
Try Apache + mod_mono (Mono). There caveats therein is really how you write the application but
you don't need IIS. See: http://www.mono-project.com/ASP.NET
C/C++ aren't good either, but for small solutions C can be useful while C++ has the disadvantages of both C and object-orienting combined.
This betrays utter lack of understanding of C++. C++, when done properly, has very little of the problems of C (type unsafety and tedious manual memory management come to mind first).
Save your wrists today - switch to Dvorak
Fool! You have completely misinterpreted the data. Python/Ruby users are geniuses 5/7 of the time, only requiring help 2/7 of the time. C#/Java coders, on the other hand, have the reverse syndrome. Therefore, the intelligence of Python/Ruby coder : Java/C# coder is 5:2.
So switching from C# to Python intrinsically raises your intelligence 150%!
The Dragon book, which is pretty much the standard CS book on compilers, defines strongly typed as "a language where type errors cannot occur at runtime". With this definition, Python is certainly not strongly typed.
Neither is Java.
How to solve most of our problems: 1.Lots of nuclear plants. 2.Cure aging.
Also, Perl has a few dedicated sites for language questions. PerlMonks comes to mind, for instance. It gets fairly high visibility in search results, so it's likely to attract more users, instead of them going to a general programming website.
'Sensible' is a curse word.
Seems like php would be the same way. I don't think I've ever asked a php question on a message board since I can just do a google search with "site:php.net".
You can easily move paint on a canvas? WTF? I think that expression means the opposite of what you think it means.