Skip to content

Instantly share code, notes, and snippets.

@forki
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save forki/c254f78cd2eaadbfd61a to your computer and use it in GitHub Desktop.
Save forki/c254f78cd2eaadbfd61a to your computer and use it in GitHub Desktop.
FsReveal
- title : FsReveal
- description : Introduction to FsReveal
- author : Karlkim Suwanmongkol
- theme : night
- transition : default
***
### What is FsReveal?
- Generates [reveal.js](http://lab.hakim.se/reveal-js/#/) presentation
- Utilizes [FSharp.Formatting](https://github.com/tpetricek/FSharp.Formatting)
***
### Second slide
- Bla
> **Atwood's Law**: any application that can be written in JavaScript, will eventually be written in JavaScript.
***
### Syntax Highlighting
let a = 5
let factorial x = [1..x] |> List.reduce (*)
let c = factorial a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment