Stories recently tagged with 'fsharp'

New F# Windows Phone Library Project Template(bloggemdano.blogspot.com)

submitted by dmohldmohl(113) 3 months, 2 days ago

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# project... read more...

add a comment |category: |Views: 1

tags: another

Spelling numbers in F#(blog.ak0.org)

submitted by AkosAkos(10) 1 year, 8 months ago

Convert numbers to words in F# read more...

add a comment |category: |Views: 26

tags: another

The Ted Neward F# Folding Challenge(richardminerich.com)

submitted by RickasaurusRickasaurus(1225) 1 year, 9 months ago

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. read more...

add a comment |category: |Views: 23

tags: another

What & Why Choose F#?(goneale.com)

submitted by gonealegoneale(1055) 2 years, 8 months ago

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, but hoping that will change very soon! read more...

add a comment |category: |Views: 42

tags: another

Functional C# - Learn from F# and LINQ (codebetter.com)

submitted by dengar007dengar007(3084) 3 years, 7 months ago

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. read more...

add a comment |category: |Views: 50

tags: another

Introduction to the FSharp programming language(lenielmacaferi.blogspot.com)

submitted by lenielleniel(489) 3 years, 9 months ago

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# compiler bits and start programming today. read more...

add a comment |category: |Views: 121

tags: another

Introduction to the FSharp programming language(lenielmacaferi.blogspot.com)

submitted by lenielleniel(489) 3 years, 9 months ago

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# compiler bits and start programming today. read more...

add a comment |category: |Views: 121

tags: another

Yet Another Project Euler Series (YAPES)(diditwith.net)

submitted by lenielleniel(489) 3 years, 9 months ago

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. read more...

1 comment |category: |Views: 50

tags: another

New F# Compiler Released(research.microsoft.com)

submitted by dengar007dengar007(3084) 3 years, 9 months ago

The new version of the F# Compiler was released May 1, 2008. Go download it now. read more...

4 comments |category: |Views: 99

tags: another

I've got 99 Problems But a Glitch Ain't One : Problems 1-10 (F#)(frickinsweet.com)

submitted by JOELROXORJOELROXOR(235) 3 years, 10 months ago

The first milestone: Solutions to Problems 1-10 of Dr. Werner Hett's 99 Problems in F#. read more...

add a comment |category: |Views: 22

tags: another

I've got 99 Problems But a Glitch Ain't One : Problem 8 (F#) (frickinsweet.com)

submitted by JOELROXORJOELROXOR(235) 3 years, 10 months ago

Solution to Problem #8 of 99 Problems in F# (Eliminate consecutive duplicates of list elements). read more...

add a comment |category: |Views: 6

tags: another

I've got 99 Problems But a Glitch Ain't One : Problem 7 (F#)(frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 11 months ago

Solution to Problem #7 of 99 Problems in F# (Flatten a nested list structure using recursion). read more...

1 comment |category: |Views: 39

tags: another

I've got 99 problems but a glitch aint 1 : Problem 2(frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 11 months ago

Solving the 99 problems with F# -- problem 2 read more...

add a comment |category: |Views: 2

tags: another

I've got 99 problems but a glitch aint 1 : Problem 1(frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 11 months ago

Solving the 99 problems with F#. read more...

add a comment |category: |Views: 8

tags: another