Skip to content

video

These are the stories that have been posted to the video category.

Watching Juno


Published to unCLog by Gary King June 21, 2008 03:12

I am so in love with Ellen Page. J. K. Simmons too!

Nice movie too. The writing is wonderful though a bit precocious for any real 16-year old.

Video of Clojure Presentation Available


Published to wmassdevs by Planet Administrator April 23, 2008 14:28

I should have mentioned this earlier but it had slipped my mind: Rich Hickey’s presentation at our March 20th meeting is now available online!

Video of Rich’s Clojure Presentation

The slides and sample code are also available, as well as the audio.

Slides

Demonstration Code

Audio of the Presentation

F# Discoveries This Week 08/23/2009


Published to Rick Minerich's Development Wonderland by Richard Minerich August 24, 2009 02:18

This week Steve Horsfield continues his adventures with WPF while Matthew Podwysocki posts more on the .NET Event Model.  Meanwhile, John Harrop shares a video tutorial on F# interactive and Chris Smith provokes meta discussion on the best way to present F#.

 

Upcoming Events

If you would like your F# event to be listed here, please let me know via the email link at the top of this page.

 

Posts of Note

Steve Horsfield on WPF, Resources and F#

The problem is a simple one: add a toolbar image into an assembly and make it available as a resource in WPF, but use only XAML and F#.

 

Steve Horsfield on Chaining Side Effects in F#

The first question that any functional programmer should ask is, “why are there side effects?!” Side effects are anathema to functional programming purists because they introduce many kinds of undesirable characteristics into code, limiting optimization and restructuring options.

 

Matthew Podwysocki on Creating and Disposing .NET Event Handlers

So far in this series, I’ve covered a bit about what first class events are in F# and how you might use them. […] This time, let’s look at how we might manage the lifetime of a given event subscription. 

 

Jon Harrop’s F# Interactive Tutorial Video for Beginners

This is a quick teaching on the use of the F# Interactive Mode which  lets you, like the OCaml top level, type code in in real time.

 

Chris Smith’s F# for Architects: Hitting the Sweet Spot

When I was at DevLink last week I gave a talk designed to specifically identify why and when you should use F#. I was going to post the slides, but then I realized that they are in the form of a ‘presentation deck’ rather than a ‘reading deck’. So rather than having a few vague slogans and images in a .pptx file, I’ve transcribed my talking points.

I would consider Chris Smith’s post a must read for anyone giving talks on, or otherwise promoting, F#.  I gave much thought to a number of different aspects of my F# presentations after reading this.

Peachy + R is Preaching


Published to unCLog by Gary King October 06, 2009 04:45

The day the earth stood still is not an good movie. Oh well, at least I can say that I watched it. IMDB thinks 5.6; I’d say 4.2.

F# Discoveries This Week 03/26/2010


Published to Rick Minerich's Development Wonderland by Richard Minerich March 26, 2010 16:47

A ton of new posts this week, far too many to enumerate.  My “Favorite New F# Blogger of the Week” (seems like this is becoming a trend) is the mysterious Neil of Techneilogy.  I’ve been enjoying his honest exploration of F# and semantic networks very much.

Also, I’ve been hanging around in the ##fsharp channel on irc.freenode.net a bit.  There’s a bunch of great people there, some of whom are already using F# at work and are eager to talk about it.  Check it out if you have the inclination.

 

Chris Smith’s Writing a StarCraft Bot in F#

We now have all the pieces in place, but creating an AI-bot for a program not meant to be extended will be tricky. StarCraft Bot 9K has the following architecture, which follows the footsteps of the Java ProxyBot available on the AIIDE Website.

 

Don Syme’s Video Introductions to F# C9 Series

Who better to lecture on the topic than Don? This three part series will serve as an introduction to F#, including insights into the rationale behind the history and creation of Microsoft’s newest language.

 

Luca Bolognese’s Tracing spread trades in F# parts one (XUnit and FsCheck) and two (WPF and MVVM).

I have a bunch of spread trades open. Spread trades are trades where you buy something and you sell something else generally in the same amount. You hope to profit from the widening of the spread between the price of the two instruments.

 

Robert Pickering’s #Develop, F# and Google Summer of Code

Chris told me one area they are interested in extending is the F# integration into #Develop; particularly they’d like to get the auto-completion working. So if you’re a CS student on the lookout for a summer job, you could end up being paid by Google to work on F#!

 

Robert Pickering’s Beginning F# Workshop and Progressive.Net

I’ll in London on the 10th/11th May giving a two day course entitle “Beginning F# Workshop” in conjunction with the lovely folks at Skills Matter.

 

Edinburgh University’s Advances in Programming Languages Course, Lecture 19: Heterogeneous Metaprogramming in F#

General overview of metaprogramming, with a range of examples in different languages ranging from C macros through Java reflection to MetaOCaml. Brief summary of the F# language, its history, features, and upcoming release in VS 2010.

 

Matt Moloney’s Dynamically extending applications using MEF and the new F# CodeDom.

I wrote this little applet to see what the combination of MEF and the F# CodeDom would look like, and for the record it looks really really good.  This combination opens a whole lot of doors. By using the F# CodeDom the plugin source code can brought in from anywhere;

 

Julien Ortin’s Technical analysis indicators in F# – Momentum

This is part of a series on technical analysis indicators in F#, based on the multi-language TA-Lib.

 

Vladimir Matveev’s Solving Python Challenge with F# – The Chronicles

WARNING!!! If you are going to pass through the Python challenge then stop reading this post, cause it contains solution to 24 level.

 

Vladimir Matveev’s Data structures: Finger Tree (Part 1.5)

Last time we stopped on “immutable deque” stage. Today we will explore a few additions that can endow deque with super (hmm..human/deque?) powers.

 

Vladimir Matveev’s Fun with recursion

Recursion is an extremly useful tool in the toolbox of every developer. Many problems have recursive nature and thus best solved with recursion. Tree-like stucture is a very nice candidate for demonstration.

 

Vladimir Matveev’s F# and WPF or how to make life a bit easier

Not so long ago I was working of small F# script (excellent feature BTW) that performs some data processing and displays summary (using WPF)at the end. All the WPF samples I met in the web utilize object model to create UI, but let's make a confession: making relatively complex UI with object model sucks.

 

Phillip Trelford’s F# Agents and Retlang: quick comparison

Erlang style message passing is a great way of simplifying concurrency. The open source Retlang library aims to bring some of the benefits to .Net languages like C# and VB.Net. Whereas F# has built-in message passing support with the MailboxProcessor also referred to as Agents.

 

Neil’s Recap of Tiny Expert System and Next Step in the Tiny Expert System?

Before I move on, let me post a re-do of the the original lazy-evaluated style tiny expert system, incorporating all I've learned about F# over the last couple of weeks.

 

Neil’s Refined Semantic Network, Data-Driven Semantic Network, Latest Semantic Net Experiment, Yet Another Semantic Network and Semantic Net Search 0.1

Continuing on the path of using classic A.I. tutorial examples to teach myself F#, here is an example using semantic networks. So I created a system in which basic semantic nodes and links can be reified into object instances.

 

Neil’s Search Using Continuations and Improved Continuation Search

This one returns a list in the right order, and the example shows how to detect circularities. It's a little tricky; the tail recursion involves both a direct tail recursion and a continuation that results in a tail call. I had to run tests to convince myself it really wasn't eating up the stack, lol.

 

Oliver Strum’s DevWeek 2010 Slides and Samples

Last week I was down in London and spoke at DevWeek 2010. As usual, it was a great conference! Thanks to everybody who attended my talks!

 

Can Erten’s Happy Pi Day and Monte Carlo Method

Calculating Pi is generally the hello world of Monte Carlo Method in Stochastic Calculus. So for today, I will try to give a sample calculation of pi as monte carlo in F#.

 

Ade Miller’s NBody.net F# Integrators Code Available

A Forward Euler integrator and a wrapper for it which implements a Barnes-Hut tree code. I’ve blogged about this before. It’s an Octree implementation in F# which uses the asynchronous computations feature to scale across multiple cores.

 

Matt Davey’s F# and XSD.EXE

Which, thanks to Luke over on the F# Visual Studio team, means I can do this: […] Which now means I can stop hand crafting FpML types in my F# cashflow code.

 

Ebru Cucen’s F# Samples

If you had the chance to start playing with F#, here are some nice challenges  for you. If not you may want to look at from where to start.

 

Daniel Mohl’s Code Kata and Project Euler - Problems One and Two,

See also: Mike Robert’s solution to problem one and Steffen Forkmann’s solution to problem two.

Recently, I've been thinking about the concept of Code Kata and the personal improvement that this type of practice can bring.  I started thinking of types of exercises that I could do to utilize this concept.  After looking around on the web, I landed on projecteuler.net and found that the problems listed seemed to fit my agenda perfectly.

F# Discoveries This Week 09/03/2010


Published to Rick Minerich's Development Wonderland by Richard Minerich September 03, 2010 22:12

One of the greatest things about running this blog, other than having a structured way to read all of the F# community content, is that I’ve been able to watch the community grow in a very concrete way.  Looking back to a year ago there was only six posts on F# over the course of a week, now we have well over twenty.  It’s truly amazing to see.

Now, on to the links.
 

Audio and Video

Dr. Ralf Lämmel's C9 Lectures: Advanced Functional Programming - Type Classes

“In this second lecture in the series, Ralf digs into Type Classes, which are type system constructs that were originally introduced to provide a form of ad hoc polymorphism (i.e., an advanced form of overloading).”

Rick Minerich's Functional Language Paradigms with F#

“I've got great news. F# is here and is poised to increase your productivity and reduce your suffering.”

Peter Sestoft's Teaching programming language concepts with F#

“Peter introduces the curriculum, lecture plan and lecture notes for the course "Programs as data" that uses the functional programming concepts in F# to teach students language concepts and implementation details.”

 

Tools

Essential F# | Refcardz

“This DZone Refcard will lead you through the basic essentials so that you can quickly move on to using this Functional Programming Language for creating some mind-bending code.”

fsxplat - Released: FSharp packages 1.2

“F# packages and samples for use across platforms”

Phillip Trelford's TickSpec: An F# BDD Framework

“Right now TickSpec is intended as a lightweight framework to get you started with BDD using F#. It is standards based, supporting a subset of the Gherkin language, so should be easy to change to another Gherkin based framework like Cucumber, SpecFlow or StorEvil.”

 
 

General

Vladimir Matveev's F#: Building compiler from sources.

“Of course, compiling them sources and observing all internal compiler activities, so to say “in action’.”

Ashley Feniello's Fixing Decades-old Bugs in the HP-35

“To make an assembler, I just parse with a series of regular expressions. F#’s active patterns came in super handy for this! In fact, the assembler turned out to be fewer lines of code than the disassembler.”

Ashley Feniello's Microcode-level HP-35 Emulator (in JavaScript!)

“I had the (silly) idea of building a JavaScript-based emulator. Looking at Peter Monta’s Python-based disassembler and his object code listing, it looked simple enough to automatically generate script from David Cochran’s original bits. I wrote my own little straight forward 100-line disassembler in F#, producting an array of JavaScript functions”

Brian McNamara's F# for puzzles (Morse code decoder)

“The idea is simple; the computer works out all the possibilities for the next 3 letters, and then the human selects which prefixes “look promising” to investigate further.”

Neil Carrier's TechNeilogy: Fuzzy Logic F# Reference Module: Fuzzy0

“Below is the fuzzy logic reference code for module Fuzzy0. Tomorrow I’ll post an example of its use that explores some extensions of earlier techniques.”

Yin Zhu's F# and Data Mining: WekaSharp: Tutorial for using Weka in F#/.Net

“The minimal wrapper in F# for Weka.”

Daniel Markham's Structuring Larger F# Functional Projects

“So here's a suggested structure outline for those larger functional projects”

Ade Miller's F# Samples for Parallel Programming with Microsoft .NET

“We’ve been working with the F# Team to get the samples for Parallel Programming with Microsoft .NET ported to F#.”

Neil Carrier's TechNeilogy: F#, Fuzzy Logic, WPF, and Tomatoes!

“This is my 100th blog post, and to celebrate, I’m pulling out all the stops. This example will combine F#, fuzzy logic, WPF, and tomatoes!”

Neil Carrier's TechNeilogy: Conjunctive Fuzzy Logic Rules in F#

“It shows how to make multipart conjunctive rules by storing the input sets in a list and using the “min” operator to combine the results into a truncation height. To do this, it adds vector versions of the fire and fire all functions.”

Justin Angel's Windows Phone 7 supports VB.Net and F#

“In this article we’ll review Windows Phone 7 support for the Visual Basic .Net and F# programming languages. Our goal is to demonstrate that Windows Phone 7 can indeed support F# and VisualBasic.Net code libraries and user controls.”

F# Artificial Intelligence Library Tutorial

“This step-by-step tutorial describes how to use the library in fsx script and C# project.”

Chris Marinos's 5 Reasons to use F# Interactive in Visual Studio 2010

“I find that I use F# Interactive more for performance analysis, learning F#, and verifying Base Class Library behavior than for spiking or scripting.”

 

Community

Stack Overflow - Calling F# (.Net dll) code from php

“Yes you can, by using PHP COM class but it works only on Windows version of PHP5+ and needs no separate installation.”

Stack Overflow - Scrap Your Boilerplate in f#

“I've used the Scrap Your Boilerplate and Uniplate libraries in the Haskell programming language, and I would find that form of generic programming over discriminated unions to be really useful. Is there an equivalent library in the f# programming language?”

Stack Overflow - Path to Become a Better F# Programmer

“What should be my steps from now on to become a better/professional F# programmer?”

 

 

Teaching and Basics

Bill Morrissey's Learning F# for C# developers: Scope, Workflow and Lists

“This post is part two of a series of posts looking at syntactical examples of F# and C#. This post will supply you with easy to understand F# coding examples.”

Anders Hesselbom's Type inference in F#

“I have recently been to a short F# presentation at HiQ in Arboga. One of the things that got mentioned was type inference.”

Rey Dacoco's WebBrowser control (Visual F# Windows Forms Application)

“WebBrowser control is a control used to display a web page or web document. To create a WebBrowser control in F#, use the following syntax:”