F# what's next, G# ?
Well a couple of days ago, i saw on Tweakers.Net that Mickeysoft decided to release a new .Net Language called F#. On the microsoft's research site (http://research.microsoft.com/fsharp/fsharp.aspx) following definition is used :
"Combining the efficiency, scripting, strong typing and productivity of ML with the stability, libraries, cross-language working and tools of .NET. "
Apparantly M Research decided to take it into productivity. After reading up the getting started site and the manual, etc ... i still can't see what is the point of this. But hey my Visual Studio has also something called J# that i never even opened.
Syntax :
let x = 3 + (4 * 5)
let res = (if x = 23 then "correct" else "incorrect")
And also use of "->" "-<" let f = (fun x -> x + 1)
Have Fun.