diff options
author | Dante Catalfamo | 2020-09-10 23:55:40 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-09-10 23:55:40 -0400 |
commit | 1609f346f25bb1d6cad484ed14831d0c12683b1a (patch) | |
tree | e1c82062729bc7170b84bd013ff7f0f8745be006 /content/posts/emacs-on-android-setup/index.org | |
parent | 9a74a057fa77c12495e73f0b4bec447de62bc48f (diff) | |
download | blog-1609f346f25bb1d6cad484ed14831d0c12683b1a.tar.gz blog-1609f346f25bb1d6cad484ed14831d0c12683b1a.tar.bz2 blog-1609f346f25bb1d6cad484ed14831d0c12683b1a.zip |
emacs-termux: more writing
Diffstat (limited to 'content/posts/emacs-on-android-setup/index.org')
-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. |