Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guizmaii/lillefp

Talk about my evolution from Java dev to pure FP Scala dev.
https://github.com/guizmaii/lillefp

compiled-slides github-page slides tut

Last synced: 2 months ago
JSON representation

Talk about my evolution from Java dev to pure FP Scala dev.

Awesome Lists containing this project

README

        

# Pure FP

Code in `core` module is accessible in your slides

Raw slides are in `slides/mdoc/index.html`

### How to compile slides

run `sbt slides/mdoc` to compile slides using [mdoc][mdoc].
You can then view the slides by opening `docs/index.html` in your browser.

### How to publish slides with github

When you are ready push the repository to github (including the compiled slides in `docs`).
Then go to project settings -> GitHub Pages and select `master branch /docs folder` for
the source of github pages.

This project was generated using [Giter8][g8] with template [presentation.g8][presentation.g8]

[g8]: http://www.foundweekends.org/giter8/
[presentation.g8]: https://github.com/julien-truffaut/presentation.g8
[mdoc]: https://scalameta.org/mdoc/