summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2019-01-25 12:33:35 +0100
committerEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2019-01-25 12:33:35 +0100
commit8760ece4b5ada6e748962a4c3032f3d3745c3aff (patch)
treedda85b32c8ecf190992e8c8824e742a3a4ee3a79
parent63a3a50383cab39cf0cfe856bd07fb57ecea255a (diff)
Update call-me-maybe
-rw-r--r--content/posts/call-me-maybe.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/content/posts/call-me-maybe.md b/content/posts/call-me-maybe.md
index cbe22d7..22aeece 100644
--- a/content/posts/call-me-maybe.md
+++ b/content/posts/call-me-maybe.md
@@ -161,6 +161,11 @@ that must be taken in consideration (multiple arity functions and so on), that
is better to [read in the documentation][clojure].
+> *Edited 2019-01-25*: Thanks to a discussion in the fediverse about the topic,
+> I found the moment where **Emacs Lisp** got its tail call optimization
+> everything explained [in the author's blog][emacs]. It's really interesting.
+
+
[^1]: Some help: what's the name of the website you check when you don't know
how to solve your programming problem?
@@ -176,3 +181,5 @@ is better to [read in the documentation][clojure].
[scala]: https://docs.scala-lang.org/tour/annotations.html
[clojure]: https://clojure.org/reference/special_forms#recur
+
+[emacs]: https://chrismgray.github.io/posts/emacs-tco/