summaryrefslogtreecommitdiff
path: root/src/references.bib
blob: 14970b0b6f5d10e31f4f7de218f0501fa5d39151 (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
28
29
30
31
32
33
34
35
36
37
38
@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:metaprogramming_elixir,
    author="Chris McChord",
    title="Metaprogramming Elixir",
    publisher="Pragmatic Bookshelf",
    year="2015",
    howpublished="\url{https://pragprog.com/book/cmelixir/metaprogramming-elixir}"
}
@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}"
}
@misc{website:learnxiny,
    title="Learn $X$ in $Y$ minutes, where $X =$ Elixir",
    howpublished="\url{https://learnxinyminutes.com/docs/elixir/}"
}