From 8760ece4b5ada6e748962a4c3032f3d3745c3aff Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Fri, 25 Jan 2019 12:33:35 +0100 Subject: Update call-me-maybe --- content/posts/call-me-maybe.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'content/posts') 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/ -- cgit v1.2.3