https://www.developerfusion.com/t/fsharp/media/ F# Media from Developer Fusion 2013-03-05T14:04:00.00Z http://www.developerfusion.com/media/150067/tomas-petricek-digs-deep-into-f/ Tomas Petricek Digs Deep into F# 2013-03-05T14:04:00.00Z Carl and Richard talk to Tomas Petricek about functional programming and F# in particular. The conversation starts out talking about type providers, one of the newest features of F#. Tomas digs into other aspects of F#, comparing it to C#, and talks about the functional programming mind set and h. James Crowley http://www.developerfusion.com/media/149597/yan-cui-builds-games-in-f/ Yan Cui Builds Games in F# 2013-02-14T18:32:00.00Z Carl and Richard talk to Yan Cui about his experience building games with F#. Yan talks about his experiences working with games through Facebook, the client side being predominantly Flash, but the back end systems being initially Java, then converted to C#, and now to F#. As Yan explains, F# is James Crowley http://www.developerfusion.com/media/147014/don-syme-and-keith-battocchi-bring-f-everywhere/ Don Syme and Keith Battocchi Bring F# Everywhere 2012-10-23T05:38:00.00Z While at the Boston stop of the .NET Rocks Visual Studio 2012 Launch Road Trip, Carl and Richard talk to Don Syme and Keith Battocchi about F# 3.0. Don and Keith talk about their roles in building F#, still being part of Microsoft Research and working with Microsoft's Developer Division in Redmon. James Crowley http://www.developerfusion.com/media/145944/phil-trelford-codes-in-f-30/ Phil Trelford Codes in F# 3.0 2012-09-24T08:28:00.00Z Carl and Richard talk to Phil Trelford about the new features in F# 3.0, the version shipping with Visual Studio 2012. Phil talks about how F# is functional first, object second, as opposed to C# which is object first, functional second - but the two languages work together fine. He also digs int. James Crowley http://www.developerfusion.com/media/144629/venkat-subramaniam-thinks-functionally/ Venkat Subramaniam Thinks Functionally 2012-07-16T10:53:00.00Z At NDC Carl and Richard talk to Venkat Subramaniam about functional programming. Venkat digs into the idea that functional programming is less about language and more about practice, exploring how C# can build functional code just as well as F#. The conversation also drills into the advantages of. James Crowley http://www.developerfusion.com/media/144568/why-f-with-richard-minerich-and-phillip-trelford/ Why F#? with Richard Minerich and Phillip Trelford 2012-07-16T10:52:00.00Z Richard Minerich and Phillip Trelford run popular F# users groups and work with F# every day. They take this opportunity to educate Scott on powers of F# and it's place in the .NET ecosystem. Are you missing out by not using F# in your .NET projects today? James Crowley http://www.developerfusion.com/media/123209/polyglot-programming-and-net-lessons-learned-with-ivan-towlson-from-mindscape/ Polyglot Programming and .NET - Lessons Learned with Ivan Towlson from Mindscape 2011-07-30T22:35:00.00Z Scott sits down with Ivan Towlson from Mindscape. They recently released Web Workbench to the community for free with support for LESS, SASS, and CoffeeScript. Interestingly, they used C#, F#, JavaScript and Ruby to create this app. Why was polyglot programming right for what them? Is it right fo. James Crowley http://www.developerfusion.com/media/120838/inside-ironjs-a-complete-javascriptecmascript-open-source-implementation-on-the-net-dlr/ Inside IronJS - A complete JavaScript/ECMAScript open source implementation on the .NET DLR 2011-06-17T03:26:00.00Z Scott talks to open source developer Fredrik Holmström about IronJS. It's a very complete implementation of JavaScript written in F# on top of the DLR. It's even faster than IE8 now and getting faster every day. How does something like this get built? What can you use it for? What are the Iron* l. James Crowley http://www.developerfusion.com/media/120205/episode-062-ironjs-with-fredrik-holmstrom/ Episode 0.6.2 - IronJS with Fredrik Holmström 2011-06-03T16:41:00.00Z Wynn caught up with Fredrik Holmström to talk about IronJS, F#, and open source in .NET. James Crowley http://www.developerfusion.com/media/118095/eric-lippert-talks-about-project-roslyn/ Eric Lippert Talks About Project Roslyn 2011-04-18T16:50:00.00Z Recorded on PI day, Carl and Richard talk to the one-and-only Eric Lippert from the C# Compiler team. But we don't only talk about C#! The conversation wanders around all the languages, a little F#, a little IronPython, heck, even VB.NET! Eric talks about Project Roslyn, Microsoft's efforts to ma. James Crowley http://www.developerfusion.com/media/118114/roundup-11-monoids-monads-and-math-oh-my/ Roundup '11 - Monoids, Monads and Math, oh My! 2011-04-18T16:51:00.00Z Roundup '11 - Monoids, Monads and Math, oh My! Fully formatted shownotes can always be found at http://javaposse.comRecorded at the Java Posse Roundup 2011, in Crested Butte, CO, a discussion about demystifying functional programming. *Monoid *http://en.wikipedia.org/wiki/Monoid. James Crowley http://www.developerfusion.com/media/93365/multiparadigmatic-c-with-ted-neward/ Multiparadigmatic C# with Ted Neward 2011-01-31T16:21:00.00Z In this episode Keith and Woody sit down to discuss Multiparadigmatic C# with Ted Neward.  Yes it is a long word but C# has grown from “just” an object-oriented language into a language that is capable of expressing several different paradigms of software development: object-oriented, functional James Crowley http://www.developerfusion.com/media/92204/dotnetrocks-year-in-review/ DotNetRocks Year In Review 2010-12-30T03:31:00.00Z Carl, Richard and Mark Miller chat about events that occurred in 2010 that affect the .NET world. From C# to F#, Studio to Lightswitch, Windows Phone 7 to Kinect. What a great year! James Crowley http://www.developerfusion.com/media/88010/the-futures-of-the-f-language-with-luke-hoban/ The Futures of the F# Language with Luke Hoban 2010-09-14T02:35:00.00Z In this episode Keith and Woody sit down with F# Program Manager Luke Hoban at TechEd 2010 to discuss the futures of the F# language. Luke gave the guys the scoop on what developers can accomplish with F# and what the team has planned for upcoming releases of F# with Visual Studio.Thanks to o. James Crowley http://www.developerfusion.com/media/84270/kevin-hazzard-on-code-contracts/ Kevin Hazzard on Code Contracts 2010-06-24T08:10:00.00Z Kevin Hazzard talks about Code Contracts, which grew out of Spec# and now exists in the .NET Framework 4.0. He also gives us his take on F James Crowley http://www.developerfusion.com/media/83886/f-panel-live-from-nerd-center-cambridge-ma/ F# Panel Live from NERD Center, Cambridge, MA 2010-06-10T15:48:00.00Z While on the Road Trip, Carl and Richard recorded this panel discussion with Talbott Crowell, Rick Minerich and Richard Hale Shaw on F# at the Microsoft New England Research and Development Center. The panel makes a very compelling case for adding a functional language to your toolchest. James Crowley http://www.developerfusion.com/media/83852/inside-spur-a-tracebased-jit-compiler-for-cil/ Inside SPUR - A Trace-Based JIT Compiler for CIL 2010-06-10T15:47:00.00Z Computer Scientists and MSR Researchers Wolfram Schulte, Herman Venter, Nikolai Tillmann, and Manuel Fahndrich join Erik Meijer for an Expert to Expert deep dive into the theory and implementation strategies inside of SPUR, a research Tracing Just-In-Time (TJIT) compiler for Microsoft’s Common In. James Crowley http://www.developerfusion.com/media/83909/roundup-10-oofunctional-hybrids/ Roundup '10 - OO/Functional Hybrids 2010-06-10T15:48:00.00Z Roundup '10 - Functional/OO hybrids and the Closing SessionFully formatted shownotes can always be found at http://javaposse.comRecorded at the Java Posse Roundup 2010 in Crested Butte, CO. This podcasts consists of two sessions, a shorter 30 minute discussion about Object Oriented/Functi. James Crowley http://www.developerfusion.com/media/80145/behind-the-scenes-of-the-net-languages-with-luca-bolognese/ Behind the Scenes of the .NET Languages with Luca Bolognese 2010-03-31T04:42:00.00Z Ever wonder how your favorite features from C#, VB.NET and F# get selected, implemented and finally reach your fingers? We did too and we found a great person to get the behind the scenes story from Building 41 in Redmond. In this episode, Keith and Woody sat down with Luca Bolognese, former Grou. James Crowley http://www.developerfusion.com/media/77663/c9-lectures-dr-don-syme-introduction-to-f-3-of-3/ C9 Lectures: Dr. Don Syme - Introduction to F#, 3 of 3 2010-02-18T20:08:00.00Z F# is Microsoft's first functional programming language to be included as one of Visual Studio's official set of languages. F# is a succinct, efficient, expressive functional/object-oriented programming language under joint development by Microsoft Developer Division and Microsoft Research. James Crowley