Thread: F#?
View Single Post
08-03-2010, 12:53 PM
#4
localinternettraffic is offline localinternettraffic
Status: I'm new around here
Join date: Jul 2010
Location: PA,USA
Expertise: web design,development,seo,sem
Software: i.e,firefox,google chrome
 
Posts: 20
iTrader: 0 / 0%
 

localinternettraffic is an unknown quantity at this point

  Old

Microsoft going to introduce a new language F# in visual studio 2010.it's a multiparadigm programming language it encompasses procedure oriented as well as object oriented programming concept.F# provides sequence expressions that allows for a defining a sequence block . like seq { for x in 2 .. 40 do if x %2==0 then yield x=x/2 } is a sequence expression that forms a sequence of even number series from 1 to 20 .

Reply With Quote