From 93a4dd1b646d57828e41fe0366bd23f2c29154b3 Mon Sep 17 00:00:00 2001 From: Bob Nystrom Date: Thu, 15 Jan 2015 21:15:21 -0800 Subject: [PATCH] Update docs to mention compiling as C++. --- README.md | 4 ++-- doc/site/index.markdown | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bc2e2384..563efbdd 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ while (!adjectives.isDone) IO.print(adjectives.call) * **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]. diff --git a/doc/site/index.markdown b/doc/site/index.markdown index e328c4f2..2e717be1 100644 --- a/doc/site/index.markdown +++ b/doc/site/index.markdown @@ -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].