From be8a2db283432ed0730b0091b6d2ac4ae390704c Mon Sep 17 00:00:00 2001 From: Mike Pelletier Date: Wed, 28 Apr 2021 07:00:08 -0400 Subject: [PATCH] Briefly elaborate future plans. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 7c3f1c4..45b269d 100644 --- a/README.org +++ b/README.org @@ -6,7 +6,7 @@ This is a small application I am developing in parallel in both Hy and Lissp for the purpose of exploring and comparing the languages. I wrote it first in Lissp and performed a direct transliteration to Hy, learning both languages as I went. So far, my observations are superficial and the application is (not even) a single iteration deep. -The application reads lines, sorts them to an internal list, and displays a continuously updated screenful of the top of the sorted list. +The application currently reads lines, sorts them to an internal list, and displays a continuously updated screenful of the top of the sorted list. A complete version of the application would be a replacement for and improvement on ~... | cut ... | sort ... | less~. * Fight!