1
0
forked from Mirror/wren
Commit Graph

11 Commits

Author SHA1 Message Date
607b91d023 Fixed some broken links in the readme 2015-08-12 22:40:55 -04:00
ed8ec262e4 Fix example in README. 2015-07-20 07:34:30 -07:00
c095b72976 Reorganize community docs a bit. 2015-07-18 11:19:52 -07:00
c00d6ad694 Added Sequence.each
This is a bit of a style preference since of course you can always write
the same thing with a for loop. However, I think sometimes the code
looks better when using this method.

It also provides an alternative to Sequence.map for cases where you
don't need the resulting list, and one that becomes especially necessary
when Sequence.map is changed to return a new sequence. The example in
the README.md file was using Sequence.map in a way that required this
alternative in that case.
2015-03-31 21:53:29 +02:00
96ceaa528b Allow empty argument list methods.
- Compile them as calls and definitions.
- Use them for call(), clear(), run(), try(), and yield().
- Update the docs.
2015-02-26 23:08:36 -08:00
93a4dd1b64 Update docs to mention compiling as C++. 2015-01-15 21:15:21 -08:00
af6be5d346 Update README.md
Add Travis build status image.
2015-01-06 07:21:22 -08:00
84ead3bb18 Start sketching out an actual contributor's guide.
- Add AUTHORS file
- Update README to match site docs
2015-01-04 13:36:23 -08:00
2abeb9ad2e Make first example correct (!). Fix #47. 2015-01-02 20:07:43 -08:00
526a84c4d6 Remove pointless newline. 2015-01-02 07:59:31 -08:00
99f0bf09c3 Add README and move metrics script. 2015-01-02 07:42:08 -08:00