-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtechio.yml
More file actions
24 lines (24 loc) · 706 Bytes
/
techio.yml
File metadata and controls
24 lines (24 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
title : Functional Programming explained to my grandma
plan:
- title: What you will learn
statement: markdowns/about.md
- title: What are functions all about?
statement: markdowns/part1.md
- title: What is Higher Order Function?
statement: markdowns/part2.md
- title: Currying
statement: markdowns/part4.md
- title: Recursion
statement: markdowns/part3.md
- title: Lambda
statement: markdowns/part5.md
- title: NPE no more
statement: markdowns/part6.md
- title: Let's think of the future
statement: markdowns/part7.md
- title: That's all folks!
statement: markdowns/conclusion.md
projects:
hands-on:
root: handson
runner: techio/sbt-runner:1.0.1