mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 22:28:45 +01:00
Update docs to mention compiling as C++.
This commit is contained in:
@ -37,8 +37,8 @@ while (!adjectives.isDone) IO.print(adjectives.call)
|
|||||||
|
|
||||||
* **Wren is a scripting language.** Wren is intended for embedding in
|
* **Wren is a scripting language.** Wren is intended for embedding in
|
||||||
applications. It has no dependencies, a small standard library,
|
applications. It has no dependencies, a small standard library,
|
||||||
and [an easy-to-use C API][embedding]. It's written in warning-free
|
and [an easy-to-use C API][embedding]. It compiles cleanly as C99, C++98
|
||||||
standard C99.
|
or anything later.
|
||||||
|
|
||||||
If you like the sound of this, [give it a try][try]! Even better, you can
|
If you like the sound of this, [give it a try][try]! Even better, you can
|
||||||
[contribute to Wren itself][contribute].
|
[contribute to Wren itself][contribute].
|
||||||
|
|||||||
@ -38,8 +38,8 @@ a familiar, modern [syntax][].
|
|||||||
|
|
||||||
* **Wren is a scripting language.** Wren is intended for embedding in
|
* **Wren is a scripting language.** Wren is intended for embedding in
|
||||||
applications. It has no dependencies, a small standard library,
|
applications. It has no dependencies, a small standard library,
|
||||||
and [an easy-to-use C API][embedding]. It's written in warning-free
|
and [an easy-to-use C API][embedding]. It compiles cleanly as C99, C++98
|
||||||
standard C99.
|
or anything later.
|
||||||
|
|
||||||
If you like the sound of this, [give it a try][try]! Even better, you can
|
If you like the sound of this, [give it a try][try]! Even better, you can
|
||||||
[contribute to Wren itself][contribute].
|
[contribute to Wren itself][contribute].
|
||||||
|
|||||||
Reference in New Issue
Block a user