docs: update README and site index to mention Wren compiles cleanly as C++98 or later

This commit is contained in:
Bob Nystrom
2015-01-16 05:15:21 +00:00
parent 26fd4d2192
commit 00dca683b7
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ a familiar, modern [syntax][].
* **Wren is a scripting language.** Wren is intended for embedding in
applications. It has no dependencies, a small standard library,
and [an easy-to-use C API][embedding]. It's written in warning-free
standard C99.
and [an easy-to-use C API][embedding]. It compiles cleanly as C99, C++98
or anything later.
If you like the sound of this, [give it a try][try]! Even better, you can
[contribute to Wren itself][contribute].