My CS department is currently considering a new introductory "high level" programming course. It is partly aimed at non-majors or those with other primary majors that will find it useful to build programs, including biocomputation, etc.
I have a PhD in programming languages, but I'm finding it hard to say exactly what languages currently would best fit this situation. The current contenders from my point of view are Python, Boo, Ruby, F# and C#.
Personally F# wins for me, but I think Python will be more acceptable to other people, and Boo to me is better than Python just because of the instant feedback you get with an IDE than understands the types of things which really helps in teaching introductory programming.
C# with type inference and lambdas is increasingly getting close to Python in expressability, from what I can see, and LINQ does things Python can't easily, hence it is a contender.
What advice for this situation?
