summaryrefslogtreecommitdiff
path: root/src/references.bib
diff options
context:
space:
mode:
Diffstat (limited to 'src/references.bib')
-rw-r--r--src/references.bib11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/references.bib b/src/references.bib
index 5d8d7d9..14970b0 100644
--- a/src/references.bib
+++ b/src/references.bib
@@ -14,6 +14,13 @@
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",
@@ -25,3 +32,7 @@
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/}"
+}