Sign in
|
Join
.NET at 9.400 ft above sea level
Programming in Quito, 2.860 m above sea level
This Blog
Home
About
Syndication
RSS
Atom
Comments RSS
Search
Go
Tags
.NET
ADO.NET
ASP.NET
avalon
Biztalk Server 2006
C#
C# 3.0
CLR
Community News
Expression
F#
Fortran
Functional Programming
Gadget
General Software Development
Haskell
Imagine Cup
infocard
IronPython
Java
LINQ
Linux
Longhorn
Math
Mono
Numerical Analysis
Office
Open source
Oracle
Orcas
ParallexFX
Popfly
Postgresql
Programming Languages
Project Euler
Project Management
Python
Robotics Studio
Ruby
Sharepoint
Silverlight
Sql Server 2005
Team System
TechEd 2006
VB.NET
vista
Visual Basic
Visual Studio
Visual Studio 2005
Visual Studio 2008
VSTO 2005
wcf
Web Services
wf
WideOpen Web
Windows Forms
Windows Vista
WindowsForms
WinFx
wpf
Navigation
Home
Blogs
Archives
August 2008 (1)
July 2008 (1)
May 2008 (4)
April 2008 (6)
January 2008 (1)
December 2007 (3)
November 2007 (4)
October 2007 (1)
July 2007 (1)
June 2007 (1)
May 2007 (1)
April 2007 (1)
March 2007 (2)
February 2007 (1)
January 2007 (2)
December 2006 (1)
August 2006 (2)
July 2006 (4)
June 2006 (16)
May 2006 (4)
April 2006 (10)
March 2006 (14)
February 2006 (5)
January 2006 (2)
August 2005 (4)
July 2005 (6)
June 2005 (5)
April 2005 (4)
February 2005 (5)
January 2005 (4)
December 2004 (8)
November 2004 (6)
October 2004 (3)
September 2004 (5)
August 2004 (14)
July 2004 (2)
June 2004 (3)
May 2004 (6)
April 2004 (4)
March 2004 (6)
February 2004 (5)
January 2004 (7)
October 2003 (10)
June 2003 (2)
May 2003 (2)
April 2003 (5)
March 2003 (9)
Blogs I (try to) read
Roy Osherove
Scott Guthrie
Neopoleon.com
Places
Logic Studio
MS RDs
CodeSmith
Browse by Tags
All Tags
»
Programming Languages
(
RSS
)
.NET
F#
Functional Programming
Mono
Monday, July 14, 2008 11:25 PM
F# 1.9.4.19 runs out of the box with Mono in Linux
Don Syme just announced a minor update to the F# environment , minor may be but of great interest to a certain community: it so happens that at some point F# stopped working properly in Linux, a workaround was published (and it actually works, but you...
Posted by
Edgar Sánchez
| with
no comments
Filed under:
Functional Programming
,
Mono
,
F#
,
Programming Languages
Wednesday, December 05, 2007 12:24 AM
Tuples: an F# lightweight data structure
Maybe the best thing to do is to start by showing a few examples of tuples: let amigo = ( "Sebastián" , 7) let pair1 = (3, 2) let pair2 = (2, 5) let student = "Santiago" , "Monterrey" , 2007, true The first tuple ("Sebastián"...
Posted by
Edgar Sánchez
| with
no comments
Filed under:
Functional Programming
,
.NET
,
F#
,
Programming Languages
Monday, March 05, 2007 10:58 PM
Programming in .NET military style
It seems like the .NET platform happened to be a nice innovation test bed. Mary Jo Foley talks about the “Sharps” , the growing cloud of experimental programming languages (A#, Cocoa#, F#, Gtk#, J#, Sing#, Spec#, X#) that range from data oriented...
Posted by
Edgar Sánchez
|
1 comment(s)
Filed under:
.NET
,
F#
,
Programming Languages
More Posts