From c095b72976a7c733381b0b98894a60d1fceaac33 Mon Sep 17 00:00:00 2001 From: Bob Nystrom Date: Sat, 18 Jul 2015 11:19:52 -0700 Subject: [PATCH] Reorganize community docs a bit. --- README.md | 10 ++++++---- doc/site/community.markdown | 26 ++++++++++++++------------ doc/site/index.markdown | 8 +++++--- 3 files changed, 25 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index e35551e3..50ac299a 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,9 @@ while (!adjectives.isDone) IO.print(adjectives.call()) 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]. +If you like the sound of this, [let's get started][started]. You can even try +it [in your browser][browser]! Excited? Well, come on and [get +involved][contribute]! [![Build Status](https://travis-ci.org/munificent/wren.svg)](https://travis-ci.org/munificent/wren) @@ -52,5 +53,6 @@ If you like the sound of this, [give it a try][try]! Even better, you can [classes]: http://munificent.github.io/wren/classes.html [fibers]: http://munificent.github.io/wren/fibers.html [embedding]: http://munificent.github.io/wren/embedding-api.html -[try]: http://munificent.github.io/wren/getting-started.html -[contribute]: http://munificent.github.io/wren/contributing.html +[started]: getting-started.html +[browser]: http://ppvk.github.io/wren-nest/ +[contribute]: contributing.html diff --git a/doc/site/community.markdown b/doc/site/community.markdown index d624cc11..f9ec694a 100644 --- a/doc/site/community.markdown +++ b/doc/site/community.markdown @@ -10,37 +10,39 @@ There's one Wren user group, and it's the [official Wren mailing list](https://groups.google.com/forum/#!forum/wren-lang). Please join it and say hello! There are no strangers to Wren, just friends we haven't met yet. -## Third-party libraries +## Libraries There are some third-party libraries that are written in Wren. Here's the list: -- [wren-test](https://github.com/gsmaverick/wren-test), a testing framework -- [Please](https://github.com/EvanHahn/wren-please), an assertion library -- [wren-colors](https://github.com/gsmaverick/wren-colors) for printing colored - messages to the terminal -- [3D vectors for Wren](https://github.com/EvanHahn/wren-vector3d) +- [Please](https://github.com/EvanHahn/wren-please): An assertion library. +- [wren-colors](https://github.com/gsmaverick/wren-colors): Print colored + messages to the terminal. +- [wren-test](https://github.com/gsmaverick/wren-test): A testing framework. +- [wren-vector3d](https://github.com/EvanHahn/wren-vector3d): 3D vectors. -A few people have also added Wren bindings for other languages: +## Language bindings +Want to host a Wren VM within another language. Try these: + +- [JavaScript: ppvk/wrenjs](https://github.com/ppvk/wrenjs) - [Rust: tilpner/wren-sys](https://github.com/tilpner/wren-sys) - [Rust: pwoolcoc/wren-sys](https://github.com/pwoolcoc/wren-sys) - [Rust: pwoolcoc/wren-rs](https://github.com/pwoolcoc/wren-rs) -- [JavaScript: ppvk/wrenjs](https://github.com/ppvk/wrenjs) ## Editor integrations If you want Wren syntax highlighting in your editor, look no further: -- [Vim](https://github.com/lluchs/vim-wren) - [Emacs](https://github.com/v2e4lisp/wren-mode.el) +- [Sublime Text](https://github.com/munificent/wren-sublime) +- [Vim](https://github.com/lluchs/vim-wren) ## Tools and Utilities Things that make life easier: -- [the Wren nest](http://ppvk.github.io/wren-nest/), run and share Wren in -your browser - +- [The Wren Nest](http://ppvk.github.io/wren-nest/): Run and share Wren in your + browser. Do you have anything to add here? Send a [pull request][]! diff --git a/doc/site/index.markdown b/doc/site/index.markdown index 5cecebc5..698bd09c 100644 --- a/doc/site/index.markdown +++ b/doc/site/index.markdown @@ -41,8 +41,9 @@ a familiar, modern [syntax][]. 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]. +If you like the sound of this, [let's get started][started]. You can even try +it [in your browser][browser]! Excited? Well, come on and [get +involved][contribute]! [syntax]: syntax.html [src]: https://github.com/munificent/wren/tree/master/src @@ -51,5 +52,6 @@ If you like the sound of this, [give it a try][try]! Even better, you can [classes]: classes.html [fibers]: fibers.html [embedding]: embedding-api.html -[try]: getting-started.html +[started]: getting-started.html +[browser]: http://ppvk.github.io/wren-nest/ [contribute]: contributing.html