X-Git-Url: https://code.kerkeslager.com/?p=fur;a=blobdiff_plain;f=README.md;h=b70a0d4c2ff12f7d2b5a9badc03b369958e7535a;hp=8ab9735c777fbe6451b9df4da3b6f1f58fa1e955;hb=b47a0017d1dbfda8e8bae7989fff9ccb31897a28;hpb=c6f9ecdbbbaeb1401158714f3b38b65ddc03c34f diff --git a/README.md b/README.md index 8ab9735..b70a0d4 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ 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, 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. +logic, lists, structures (similar to objects), 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.