1
1
# Lambda I/O Meetup Guidelines
2
2
3
+ > This repo contains a manual on how Lambda I/O meetups work, what you need to
4
+ do in order to organize one and how to get started.
5
+
3
6
## Table of Contents
4
7
5
8
- [ ] ( )
@@ -23,15 +26,32 @@ Given this, the name is formed by:
23
26
24
27
e.g.
25
28
26
- - The meetup will take place in * Fortaleza, CE* -> ` Lambda I/O Fortaleza Meetup `
27
- - The meetup will take place in * Salvador, BA* -> ` Lambda I/O Salvador Meetup `
29
+ - The meetup will take place in * Fortaleza, CE* → ` Lambda I/O Fortaleza Meetup `
30
+ - The meetup will take place in * Salvador, BA* → ` Lambda I/O Salvador Meetup `
28
31
29
- > Note: In order to keep a * nicer name* , it can be used, instead of the city
32
+ > ** Note** : In order to keep a * nicer name* , it can be used, instead of the city
30
33
name, any contraction or slang to represent it.
31
34
32
35
> e.g.
33
36
34
- > - The meetup will take place in * São Paulo, SP* -> ` Lambda I/O Sampa Meetup `
35
- > - The meetup will take place in * Rio de Janeiro, RJ* -> ` Lambda I/O Rio Meetup `
37
+ > - The meetup will take place in * São Paulo, SP* → ` Lambda I/O Sampa Meetup `
38
+ > - The meetup will take place in * Rio de Janeiro, RJ* → ` Lambda I/O Rio Meetup `
39
+
40
+ ## Topics to be Covered
41
+
42
+ As stated in our [ Manifest] ( https://github.com/lambda-io/manifest#meetups ) :
43
+
44
+ > Those meetups consists of an one-day meetup with talks - and maybe workshops - about everything in the functional world:
45
+
46
+ > - The paradigm itself
47
+ > - Purist languages
48
+ > - Functional libs and implementations
49
+ > - Parallelism/Concurrency
50
+ > - Benefits
51
+ > - Use cases
52
+ > - ...
36
53
37
- ##
54
+ It is important to keep the discussions in the meetups related to * the functional
55
+ world* . Each meeting should have the topics of discussions, talks, workshops etc.
56
+ previously decided by the organizers, open to suggestions from the local
57
+ community.
0 commit comments