F Sharp
F# Microsoft Research tarafından geliştirilern ve .Net Framework üzerinde çalışan fonksiyonel programlama dilidir.
Başlıca özellikleri
- Type(Tip) Güvenli
- Thread Güvenli
- Nesne yönelimli programlama dillerine göre daha az kod ile aynı işi yapabilme
- Matematiksel ve Statiksel yazılımlar için daha uygun olması
Syntax
F# da göze çarpan ilk önemli komut "let" dir. Bu komut ile bir değişkene değeri kaydederiz. Örnek: let ahmet = 10 <- 19
Kaynakça
- http://msdn.microsoft.com/en-us/fsharp/default.aspx
- http://www.codeplex.com/fsharpsamples
- http://blogs.techrepublic.com.com/programming-and-development/?p=396
- http://blogs.techrepublic.com.com/programming-and-development/?p=408
This article is issued from Vikipedi - version of the 3/30/2013. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.