V-1-N-C-E-N-T / fsharpworkshop

F# Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

F# Workshop

##Introduction## Do you want to learn F# and Functional Programming? Well, you better start coding!

Learning a new programming language is not easy, on top of reading a lot you need to practice even more.

This workshop is designed to teach you some of the basics of F# and Functional Programming by combining theory (slides) and practice (exercises).

Modules

The course is split into 4 modules, each of them contains a presentation (theory) and one exercise (practice).

Module 1

  • Bindings
  • Functions
  • Tuples
  • Records

Module 2

  • High order functions
  • Pipelining
  • Partial application
  • Composition

Module 3

  • Options
  • Pattern matching
  • Discriminated unions
  • Units of measure

Module 4

  • Functional lists
  • Object-oriented programming
  • Type providers

Pre-requisites

Windows

  • Visual Studio 2015 Community or
  • Xamarin Studio 6 or
  • Atom + F# Compiler + Ionide package or
  • Visual Studio Code + F# Compiler + Ionide package

Mac

  • Xamarin Studio 6 + Mono or
  • Atom + Mono + Ionide package or
  • Visual Studio Code + Mono + Ionide package

Linux

  • Atom + Mono + Ionide package or
  • Visual Studio Code + Mono + Ionide package

Workshop Feedback

"Thanks @jorgefioranelli for the awesome workshop at the NYC #fsharp lab hours. And thanks @JetTechnology for sponsoring." @pblasucci tweet

"Thanks to @jorgefioranelli for teaching and @Valtech for hosting an awesome F# workshop last Saturday in London, learned a lot." @pedromsantos tweet

"Thanks @jorgefioranelli and @Valtech for today's amazing F# workshop. See you soon!" @vgaltes tweet

"@DCFSharp with @jorgefioranelli running an awesome #fsharp workshop!" @trikace tweet

"DC F# Meetup - @jorgefioranelli 's F# Workshop - excellent intro to F#. Thanks!" @cnromaine tweet

"Thanks to @jorgefioranelli for teaching and @CoStarGroup for hosting a great F# workshop this weekend! Learning a bunch." @sjkilleen tweet

"Thanks @jorgefioranelli for awesome #fsharp workshop!" @grishace tweet

"Fantastic F# workshop today by @jorgefioranelli and @liammclennan - really clear, interesting, and enjoyable!" @harrietgl tweet

"A truly excellent #F#Workshop yesterday by @jorgefioranelli . Thank you!" @marcote_torres tweet

"Check out @jorgefioranelli's #fsharp workshop, one of the best workshops I've attended! http://www.fsharpworkshop.com" @fekberg tweet

"Seriously impressed at the quality and professionalism of the #readifyfsharpworkshop by @jorgefioranelli and @tobycmoore" @robdmoore tweet

"Can't praise @jorgefioranelli enough for the amazing outstanding preparation & delivery of his @readify #fsharp workshop tonight" @meligy tweet

Recommended Learning Material

Video: Functional Programming: What? Why? When? by Robert C. Martin

Video: 5 Reasons to Move from C# to F# by Jorge Fioranelli

Practice Online: Try F#

Book: Real-World Functional Programming by Tomas Petricek

License

Licensed under the Apache License, Version 2.0.

Copyright 2015 Jorge Fioranelli

About

F# Workshop

License:Apache License 2.0


Languages

Language:F# 91.5%Language:Batchfile 4.5%Language:Shell 4.0%