From 1609f346f25bb1d6cad484ed14831d0c12683b1a Mon Sep 17 00:00:00 2001
From: Dante Catalfamo
Date: Thu, 10 Sep 2020 23:55:40 -0400
Subject: emacs-termux: more writing

---
 content/posts/emacs-on-android-setup/index.org | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

(limited to 'content')

diff --git a/content/posts/emacs-on-android-setup/index.org b/content/posts/emacs-on-android-setup/index.org
index e014949..84044a1 100644
--- a/content/posts/emacs-on-android-setup/index.org
+++ b/content/posts/emacs-on-android-setup/index.org
@@ -78,3 +78,21 @@ rclone sync -P -i nextcloud:Org Org
 
 rclone sync -P -i Org nextcloud:Org
 #+END_SRC
+
+There's even a spectacular third-party repository called [[https://github.com/its-pointless/its-pointless.github.io][its-pointless]],
+which provides tools which aren't available in the main Termux
+repo.
+
+Perhaps most importantly from an Emacs perspective, they provice
+=ecl=. Thanks to this, I'm able to have a full interactive Common Lisp
+development environment on my tablet. There's something about that I
+find really cool! Of course because of the nature of how =ecl= works,
+the first time I launched =sly=, it took a couple seconds while =ecl=
+compiled everything.
+
+Something which is important to note is that even though it's not
+installed as a dependency by default, =ecl= requires the
+=libatomic-ops-dev= package in order to function correctly.
+
+They also provide an up to date version of [[https://raku.org/][Raku]], a language which I
+really enjoy toying around with.
-- 
cgit v1.2.3