From c6f9ecdbbbaeb1401158714f3b38b65ddc03c34f Mon Sep 17 00:00:00 2001 From: David Kerkeslager Date: Tue, 29 Aug 2017 14:15:09 -0400 Subject: [PATCH] One more thing it supports --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b0478a..8ab9735 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,6 @@ programs to C. An example of usage: Hello, world~/fur$ Fur is GPL and will only ever target GPL compilers. Fur supports closures, integer math, boolean -logic, and strings (implemented as [ropes](https://en.wikipedia.org/wiki/Rope_(data_structure\))). It -doesn't yet support exceptions, multithreading, modules, or anything resembling a standard library. +logic, lists, and strings (implemented as [ropes](https://en.wikipedia.org/wiki/Rope_(data_structure\))). +It doesn't yet support exceptions, multithreading, modules, or anything resembling a standard library. If that sounds like something you want to use in production code, good luck to you. -- 2.20.1