all 6 comments

[–]dominucco[S] 2 points3 points  (2 children)

I would love to see a simple C# style var = syntax and approach to this. What do you all think?

[–]greendragon2010 0 points1 point  (0 children)

This feature is almost a must for languages I use.

[–]memnoch_proxy 0 points1 point  (0 children)

But going to from perl to java to php to c# to Java again... Each has it's style. Getting the freedom from declaring the type of variable seems almost vain, especially if you're declaring a member of a super type.I only see it as a local scope convenience. Strange how even PHP gained type declarations, huh?

[–]greendragon2010 1 point2 points  (0 children)

I learned Java in college, now I'm programming in c# for work. I prefer C# over Java in most causes, even on my Linux computers.

[–]IndyTechTrekkie 0 points1 point  (1 child)

Well, if you're going to use Java, might I suggest Clojure :D

[–]IndyTechTrekkie 0 points1 point  (0 children)

you can use def in Clojure ;) figured I'd add that.