diff options
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/emacs-on-android-setup/index.org | 18 |
1 files changed, 18 insertions, 0 deletions
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. |