aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2018-10-09 10:37:56 +0200
committerPřemysl Janouch <p@janouch.name>2018-10-09 10:42:20 +0200
commitf751975cfd967c717473fea400d926a4c9f8beb1 (patch)
treea09b8095acdc5e535c345fbbc8a39248fc816168 /README.adoc
parent55a107636733320f6ae84920a171799f102cefe1 (diff)
downloadell-f751975cfd967c717473fea400d926a4c9f8beb1.tar.gz
ell-f751975cfd967c717473fea400d926a4c9f8beb1.tar.xz
ell-f751975cfd967c717473fea400d926a4c9f8beb1.zip
Add a port to Go
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