Slide 1

Slide 1 text

MY EXPERIENCE WRITING CLOJURE FULL-TIME FOR THE PAST SIX MONTHS https://rinaldi.io

Slide 2

Slide 2 text

https://rinaldi.io

Slide 3

Slide 3 text

https://work.co

Slide 4

Slide 4 text

Disclaimer

Slide 5

Slide 5 text

No content

Slide 6

Slide 6 text

No content

Slide 7

Slide 7 text

★★

Slide 8

Slide 8 text

No content

Slide 9

Slide 9 text

Reservations

Slide 10

Slide 10 text

No content

Slide 11

Slide 11 text

The Language

Slide 12

Slide 12 text

• Great primitives (set, map, hash-map, list, vec, keyword) The Language

Slide 13

Slide 13 text

• Great primitives (set, map, hash-map, list, vec, keyword) • Everything is immutable by default The Language

Slide 14

Slide 14 text

• Great primitives (set, map, hash-map, list, vec, keyword) • Everything is immutable by default • Data centered The Language

Slide 15

Slide 15 text

• Great primitives (set, map, hash-map, list, vec, keyword) • Everything is immutable by default • Data centered • Laziness The Language

Slide 16

Slide 16 text

• Great primitives (set, map, hash-map, list, vec, keyword) • Everything is immutable by default • Data centered • Laziness • Documentation via doc strings (find-doc, source, doc) The Language

Slide 17

Slide 17 text

https://github.com/oakes/Dynadoc

Slide 18

Slide 18 text

• Great primitives (set, map, hash-map, list, vec, keyword) • Everything is immutable by default • Data centered • Laziness • Documentation via doc strings (find-doc, source, doc) • Weird Characters The Language

Slide 19

Slide 19 text

• isValid → valid? • shouldResetApp → reset-app? • side-effect! Weird Characters

Slide 20

Slide 20 text

• Great primitives (set, map, hash-map, list, vec, keyword) • Everything is immutable by default • Data centered • Laziness • Documentation via doc strings (find-doc, source, doc) • Weird Characters • Destructuring The Language

Slide 21

Slide 21 text

• Great primitives (set, map, hash-map, list, vec, keyword) • Everything is immutable by default • Data centered • Laziness • Documentation via doc strings (find-doc, source, doc) • Weird Characters • Destructuring • Multimethods The Language

Slide 22

Slide 22 text

(whats (up (about (this))))

Slide 23

Slide 23 text

Standard Library

Slide 24

Slide 24 text

The REPL

Slide 25

Slide 25 text

Tooling

Slide 26

Slide 26 text

Leiningen

Slide 27

Slide 27 text

Library Ecosystem

Slide 28

Slide 28 text

Interoperability with Java

Slide 29

Slide 29 text

Date and time manipulation

Slide 30

Slide 30 text

No content

Slide 31

Slide 31 text

Async

Slide 32

Slide 32 text

No content

Slide 33

Slide 33 text

A formal language for describing patterns of interaction in concurrent systems. “

Slide 34

Slide 34 text

core.async

Slide 35

Slide 35 text

Next

Slide 36

Slide 36 text

Wrap up

Slide 37

Slide 37 text

Clojure ruined my life

Slide 38

Slide 38 text

Onboarding new people was faster than imagined

Slide 39

Slide 39 text

It just works™

Slide 40

Slide 40 text

No content

Slide 41

Slide 41 text

Community

Slide 42

Slide 42 text

http://bit.ly/2yorcxC

Slide 43

Slide 43 text

Associate with people who are likely to improve you. “ – Seneca

Slide 44

Slide 44 text

https://rinaldi.io Thank you