SE-Radio Episode 269: Phillip Carter on F#


Episode Artwork
1.0x
0% played 00:00 00:00
Sep 27 2016 52 mins   347
Eberhard Wolff talks with Phillip Carter about F#. A multi-paradigm programming language that supports object-oriented, imperative, and functional programming, F# can be used for a broad variety of applications. It’s an especially good fit for parallel programming and DSLs. Type interference allows F# code to be type safe even if no types are declared in the code. The F# Software Foundation runs the language’s development. Microsoft supports F# in Visual Studio and on the .NET platform, so it’s a good example of Microsoft's approach to open source. Venue: Skype Related Links: Phillip Carter on Twitter https://twitter.com/_cartermp Introduction to F# https://fsharpforfunandprofit.com/ Wikibook about F# https://en.wikibooks.org/wiki/F_Sharp_Programming Try F# http://www.tryfsharp.org/ F# at Microsoft Research http://research.microsoft.com/en-us/projects/fsharp/ F# Software Foundation http://fsharp.org/ Visual F# https://msdn.microsoft.com/en-us/library/dd233154.aspx