1
0
forked from Mirror/wren

Add a Community page

Closes #257.
This commit is contained in:
Evan Hahn
2015-04-23 17:46:18 -05:00
parent 4147ef2500
commit f0d1b73fa3
2 changed files with 36 additions and 1 deletions

View File

@ -0,0 +1,34 @@
^title Community
^category reference
Like the [wren bird](https://en.wikipedia.org/wiki/Wren), Wren's community is
small. But it exists!
## User groups
There's only 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
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)
A few people have also added embedding APIs for Wren:
- [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)
## 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)

View File

@ -51,6 +51,7 @@
<li><a href="core">Core Library</a></li>
<li><a href="embedding-api.html">Embedding API</a></li>
<li><a href="performance.html">Performance</a></li>
<li><a href="community.html">Community</a></li>
<li><a href="contributing.html">Contributing</a></li>
<li><a href="qa.html">Q &amp; A</a></li>
</ul>
@ -69,4 +70,4 @@
</div>
</footer>
</body>
</html>
</html>