summaryrefslogtreecommitdiff
path: root/src/references.bib
blob: 5d8d7d90ab4dbc8993e94829cb5640e371aff026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@misc{website:xkcd_functional,
    title="Functional",
    howpublished="\url{https://xkcd.com/1270}",
    author="Randall Munroe"
}
@misc{website:elixir-lang,
    title="Elixir Project",
    howpublished="\url{http://elixir-lang.org/}"
}
@book{book:programming_elixir,
    author="Dave Thomas",
    howpublished="\url{https://pragprog.com/book/elixir/programming-elixir}",
    title="Programming Elixir",
    publisher="Pragmatic Bookshelf",
    year="2014"
}
@book{book:programming_phoenix,
    author="Chris McChord and Bruce Tate and José Valim",
    title="Programming Elixir",
    publisher="Pragmatic Bookshelf",
    year="2016",
    howpublished="\url{https://pragprog.com/book/phoenix/programming-phoenix}"
}
@misc{website:ten_reasons_to_not_fp,
    title="Ten Reasons not to use a functional programming language",
    howpublished="\url{http://tinyurl.com/c32k2jl}"
}