summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-03-18 23:19:27 -0600
committerkballou <kballou@devnulllabs.io>2016-03-18 23:19:27 -0600
commitbe74605be4d8e410d1746c607e1c1d29f08713f0 (patch)
tree172324f7e145cb7ecc356ad555fd2214678f7589
parent295bf24053425eed651f69b1660c778d0efab62d (diff)
downloadfunc-w-elixir-be74605be4d8e410d1746c607e1c1d29f08713f0.tar.gz
func-w-elixir-be74605be4d8e410d1746c607e1c1d29f08713f0.tar.xz
Add more references
* Basic fast introduction: learn x in y, where x = elixir * Advanced Reference: Metaprogramming Elixir
-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/}"
+}