git » jacl.git » commit 63a9976

NEWS

author Alan Dipert
2020-04-17 22:31:20 UTC
committer Alan Dipert
2020-04-17 22:31:20 UTC
parent 3c106fc072e3ef02dd9e708973c614151f4d0692

NEWS

README.md +9 -9

diff --git a/README.md b/README.md
index b833eed..6973070 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
 JACL is an experimental Lisp system for the Web browser platform in
-early development. It was created by [Alan
+the early stages development. It was created by [Alan
 Dipert](https://tailrecursion.com/~alan) to explore new techniques for
 developing large-scale SPAs (Single Page Application) in Lisp.
 
-If you are interested in following JACL development progress, you may
-sign up for the [JACL News](https://tinyletter.com/alandipert) e-mail
-list to receive short, infrequent updates. Please don't hesitate to
-direct any comments or questions about JACL you have to the author at
+If you are interested in following JACL development, you may sign up
+for the [JACL News](https://tinyletter.com/alandipert) e-mail list to
+receive short, infrequent updates. Please don't hesitate to send
+comments or questions you have about JACL to the author at
 [alan@dipert.org](mailto:alan@dipert.org).
 
 ## Resources
@@ -14,9 +14,9 @@ direct any comments or questions about JACL you have to the author at
 * [jacl-dist.zip](jacl-dist.zip) is the JACL distribution. It includes
   usage instructions and source code. Source code is available under
   the terms of the [MIT
-  License](https://opensource.org/licenses/MIT). Note that JACL is in
-  an early and primitive state and that application development is not
-  yet practical.
+  License](https://opensource.org/licenses/MIT). Please be aware that
+  the functionality of JACL is currently extremely limited and that
+  application development is not yet practical.
 * [jacl-demo-els-2020.pdf](papers/jacl-demo-els-2020.pdf) explains the
   motivation behind JACL, demonstrates its capabilities, and outlines
   future work.
@@ -28,7 +28,7 @@ direct any comments or questions about JACL you have to the author at
   [freenode](https://freenode.net/). [phoe](https://phoe.github.io/)
   subsequently [posted it to
   r/Common_Lisp](https://www.reddit.com/r/Common_Lisp/comments/g38znw/javascript_assisted_common_lisp/).
-* _2020-03-20_ JACL was [discussed on
+* _2020-03-30_ JACL was [discussed on
   r/Common_Lisp](https://www.reddit.com/r/Common_Lisp/comments/frtlyi/jacl_a_common_lisp_for_developing_singlepage_web/).
 * _2020-03-24_ A [paper](papers/jacl-demo-els-2020.pdf) about JACL was
   accepted by the [European Lisp Symposium