By tag: fsharp
0
kicks
New F# Windows Phone Library Project Template
There is a new F# Windows Phone Library project template now available on Visual Studio Gallery. This project template allows you to add a new F# library project to a Windows Phone solution rather than having to start with one of the solution templates that is initialized with both a C# and F# proje...
0
kicks
The Ted Neward F# Folding Challenge
My friend, and fellow Professional F# 2.0 author, Ted Neward recently challenged me to a bit of a Code Kata. Take a list of numbers and compress it in a particular simple way but without any mutable state.
0
kicks
What & Why Choose F#?
I am becoming more interested in F# lately, learning a little more on what it’s all about and in my travels I have stumbled across a few links and topics on why one should use F# and what it’s all about. I thought I might share. Shamefully, I personally have still been too flat out to use it myself,...
0
kicks
Functional C# - Learn from F# and LINQ
We'll take samples from F# and show that some higher order functions already exist in the base class libraries and you can use them today without having to reinvent any wheels.
0
kicks
Introduction to the FSharp programming language
A brief introduction to the F# programming language that will be the next one to integrate Microsoft Visual Studio. From the point of view of a C# programmer there's a lot you must learn to master the new concepts related to this powerful functional programming language. See where to download the F...
0
kicks
Yet Another Project Euler Series (YAPES)
For the past several months, I've been using F# to solve at least two Project Euler problems each week. I find this is a great way to sharpen my math skills and my F# skills simultaneously. If you're looking for a way to flex your programming muscles, you really should check out Project Euler.
0
kicks
New F# Compiler Released
The new version of the F# Compiler was released May 1, 2008. Go download it now.
0
kicks
I've got 99 Problems But a Glitch Ain't One : Problems 1-10 (F#)
The first milestone: Solutions to Problems 1-10 of Dr. Werner Hett's 99 Problems in F#.
0
kicks
I've got 99 Problems But a Glitch Ain't One : Problem 8 (F#)
Solution to Problem #8 of 99 Problems in F# (Eliminate consecutive duplicates of list elements).
0
kicks
I've got 99 Problems But a Glitch Ain't One : Problem 7 (F#)
Solution to Problem #7 of 99 Problems in F# (Flatten a nested list structure using recursion).
0
kicks
I've got 99 problems but a glitch aint 1 : Problem 2
Solving the 99 problems with F# -- problem 2