Repository to accompany my talk on Functional Programming. It contains two modules:
- Module with slides, written in markdown, with Scala code executed using
mdoc, and presented usingreveal - Module with code for live coding and potentially for the examples used in the slides
- Download
sbt - Run
sbt mdoc - Serve the content from the
modules/talk/target/mdocdirectory, specifically theindex.htmlfile.- I usually use
livereload
- I usually use