Since its foundation, IntelliFactory has been actively involved in and followed
closely the development of
F#; a functional object-oriented programming language for the .NET platform,
designed and developed by Don Syme
and his team at Microsoft Research.
|
by Don Syme, Adam Granicz, Antonio Cisternino
Apress, 2007 December 3.
Your definitive guide to F# and functional programming on the .NET platform.
|
F# Articles
|
•
|
Pretty Printing with F#
|
May 11, 2007
|
|
|
This article explains how use the F# generic printer and the StructuredFormat to
pretty print any ast. The final example contains tree manipulation, pretty printing
and operators overloading.
|
|
•
|
Logo Interpreter
|
Dec 1, 2006
|
|
|
F# is particularly good at implementing other programming languages. This articles
describes an implementation of a Logo-like language that enables you to do some
cool turtle graphics. The implementation shows you how easy it is to get things
done with F#.
|
Learn F# - Videos
Watch what people have to say on F#.
|
Channel 9 - Introduction to F# by Don Syme, Part 1
In this video, Don Syme, the designer and main architect of F# talks with Mike Hall
and gives a quick overview of the language.
"F# is a programming language that provides the much sought-after combination of
type safety, performance and scripting, with all the advantages of running on a
high-quality, well-supported modern runtime system."
|
|
Channel 9 - Introduction to F# by Don Syme, Part 2
The introduction continues - this time with some code samples.
|
|
Channel 9 - Videos with F# content
Check out the Channel 9 videos that feature F# content or discussion.
|