Sergey Tihon
Twitter: @sergey_tihon
Blog: sergeytihon.wordpress.com
Created by Phillip Trelford

C# LIGHT SYNTAX
C# Light Syntax

3
Demo
4
C# Light Syntax

5
Created by Chris Marinos

F# KOANS
https://github.com/ChrisMarinos/FSharpKoans
When you first run the koans, you'll be presented with
a runtime error and a stack trace indicating where the
error occured. Your goal is to make the error go away. As
you fix each error, you should learn something about the
F# language and functional programming in general.
Your journey towards F# enlightenment starts in the
AboutAsserts.fs file. These koans will be very simple, so
don't overthink them! As you progress through more
koans, more and more F# syntax will be introduced
which will allow you to solve more complicated problems
and use more advanced techniques.

7
Demo
8
Questions?

Printfn hello world

  • 1.
  • 2.
    Created by PhillipTrelford C# LIGHT SYNTAX
  • 3.
  • 4.
  • 5.
  • 6.
    Created by ChrisMarinos F# KOANS https://github.com/ChrisMarinos/FSharpKoans
  • 7.
    When you firstrun the koans, you'll be presented with a runtime error and a stack trace indicating where the error occured. Your goal is to make the error go away. As you fix each error, you should learn something about the F# language and functional programming in general. Your journey towards F# enlightenment starts in the AboutAsserts.fs file. These koans will be very simple, so don't overthink them! As you progress through more koans, more and more F# syntax will be introduced which will allow you to solve more complicated problems and use more advanced techniques. 7
  • 8.
  • 10.