mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 14:18:42 +01:00
Update docs to mention libuv.
This commit is contained in:
@ -19,9 +19,9 @@ var adjectives = Fiber.new {
|
||||
while (!adjectives.isDone) IO.print(adjectives.call())
|
||||
```
|
||||
|
||||
* **Wren is small.** The codebase is about [7,000 lines][src]. You can
|
||||
skim the whole thing in an afternoon. It's *small*, but not *dense*. It
|
||||
is readable and [lovingly-commented][nan].
|
||||
* **Wren is small.** The VM implementation is under [4,000 semicolons][src].
|
||||
You can skim the whole thing in an afternoon. It's *small*, but not
|
||||
*dense*. It is readable and [lovingly-commented][nan].
|
||||
|
||||
* **Wren is fast.** A fast single-pass compiler to tight bytecode, and a
|
||||
compact object representation help Wren [compete with other dynamic
|
||||
|
||||
Reference in New Issue
Block a user