aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc
index ebc324f..a8ceec3 100644
--- a/README.adoc
+++ b/README.adoc
@@ -6,8 +6,9 @@ ell
a programming language implementable with as little code as possible while
still being reasonably comfortable to use.
-This package is an implementation of said language, meant to be self-contained,
-portable and reusable. Performance is specifically not an intent.
+This package contains two implementations of said language--one in C and
+another in Go--which are meant to be self-contained, portable and reusable.
+Performance is specifically not an intent.
The project is currently in a "proof of concept" stage with many useful data
operations missing but I believe it won't be a problem to implement them as