Silicon Valley Code Camp : October 5th and 6th 2013

Mathias Brandewinder

Clear Lines Consulting
About Mathias
I have been writing software on .NET for 10 years, mostly C#, until I fell in love with F# and functional programming. I enjoy arguing about code and how to make it better, and get very excited when discussing testing or F#. My other professional interests are applied math and machine learning. If you want to know more about me, you can check out my blog here or find me on Twitter as @brandewinder.
{speaker.firstName} {speaker.lastName}

Speaking Sessions

  • Machine learning on .NET: F# FTW

    9:15 AM Sunday   Room: 3106
    Machine Learning and Data Science are red-hot topics right now. Practitioners routinely use a wide range of tools, from Python to R or Hadoop, and yet, C# is conspicuously absent from that arsenal. Does this mean .NET is not suitable for this domain? In this talk, I'll explain why I think it can be, as long as you use the right language for the job, namely F#. F# is a functional first language, with a concise and expressive syntax that will feel familiar to data scientists used to Python or Matlab. It combines the performance and maintenability benefits of statically typed languages, with the flexibility of Type Providers, a unique mechanism that enables the seamless consumption of virtually any datasources. And as a first-class .NET citizen, it interops smoothly with C#. So if you are interested in a language that can handle both flexible data exploration, and the pressure of a real production system, come check out what F# has to offer!

  • F# for the C# developer

    10:45 AM Sunday   Room: 4302
    Back in 2010, Visual Studio came with a new language on board: F#. Out of curiosity, I started playing with it, and got hooked. F# is a fantastic language - it mixes functional and Object Oriented approaches seamlessly, encourages writing bug-free code (it is virtually impossible to get a null exception...), comes with great features, and is incredibly productive. In this talk, I will give a intro to F# for C# developers, illustrated with live code samples, and discuss where it fits and how you can get started with it.