# README

**A tutorial for Functional programming in Scala**

This book is aimed to be the first place when you starting functional programming in Scala. Feedback and PR are welcome.

## Development

Install mdbook:

```
cargo install mdbook
```

Preview book locally:

```
mdbook serve
```

## License

[![License: CC BY-NC-ND 4.0](https://licensebuttons.net/l/by-nc-nd/4.0/80x15.png)](https://creativecommons.org/licenses/by-nc-nd/4.0/)

This book is licensed under the [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/deed.en). Please [contact me](mailto:kaichaosuna@gmail.com) if you have questions about the license.
