Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Common Tasks
Blog Home
Email Blog Author
RSS for comments
RSS for posts
Atom
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Futures
Bing
C#
C++\CLI
Code Quality
Data Structures
Design Patterns
F#
Freebase
FsLex
FsYacc
Immutable
JSON
Lex
MEF
MSBuild
Multicore
Neat Samples
OData
Pages
Performance
PowerPack
Puzzle
Xml
Yacc
Archives
Archives
June 2010
(1)
May 2010
(3)
March 2010
(7)
February 2010
(1)
November 2009
(1)
September 2008
(2)
August 2008
(4)
May 2008
(2)
April 2008
(1)
December 2007
(1)
November 2007
(1)
October 2007
(6)
September 2007
(8)
August 2007
(2)
July 2007
(3)
June 2007
(1)
May 2007
(4)
March 2007
(1)
March 2006
(2)
November 2005
(1)
October 2005
(1)
September 2005
(2)
August 2005
(1)
July 2005
(1)
May 2005
(7)
April 2005
(4)
February 2005
(1)
January 2005
(1)
November 2004
(2)
October 2004
(3)
September 2004
(5)
Blog - Title
October, 2007
MSDN Blogs
>
Sharp Things
>
October, 2007
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Sharp Things
F# Team is Hiring
Posted
over 5 years ago
by
Jomo Fisher
2
Comments
Do you want to help us ship F#? Check out these job postings: Developer: http://members.microsoft.com/careers/search/details.aspx?JobID=5DF7A6AB-80C5-41CB-9A8D-5B344C33AE1D&start=1&interval=10&SortCol=DatePosted Tester: http://members.microsoft...
Sharp Things
The Least a C# Programmer Needs to Know about F# Part II--Modules
Posted
over 5 years ago
by
Jomo Fisher
3
Comments
Jomo Fisher--Many languages, especially those in the OO vein, require an outermost class to put code in. Usually, good practice requires an enclosing namespace as well. F# allows functions and even function calls in the outermost scope. Here is the minimal...
Sharp Things
WideFinder--Naive F# Implementation
Posted
over 5 years ago
by
Jomo Fisher
4
Comments
Jomo Fisher--Here's an interesting problem that some people are having fun with. Don Box posted a naive implementation in C# so I thought I'd post the equivalent in F#: #light open System.Text.RegularExpressions open System.IO open System...
Sharp Things
The Least a C# Programmer Needs to Know about F# Part I--Implicit Types
Posted
over 5 years ago
by
Jomo Fisher
6
Comments
Jomo Fisher--A few weeks ago, a fellow C# programmer asked me what the biggest differences between programming in C# and programming in F# are. Since then, I've been building a list of differences. My plan was to write a single article that discussed...
Sharp Things
Soma on F#
Posted
over 5 years ago
by
Jomo Fisher
6
Comments
Soma announced some exciting news this morning. Developer Division--the people at Microsoft who make Visual Studio--is partnering with Microsoft Research on F#. We're going to fully integrate F# into Visual Studio: “This is one of the best things that...
Sharp Things
Adventures in F#--Sweet Test-First Kung Fu
Posted
over 5 years ago
by
Jomo Fisher
4
Comments
Jomo Fisher--Up until now, I've been avoiding using F# with the VS IDE. I've been using notepad.exe and fsc.exe because I wanted to build my own expectation for what the experience should be before I experienced what it actually was. I can tell you that...
Page 1 of 1 (6 items)