|
|
ca14dffab4
|
First pass at docs for modules.
|
2015-02-18 07:55:09 -08:00 |
|
|
|
a9bd864c6b
|
More docs for maps.
|
2015-01-25 21:39:22 -08:00 |
|
|
|
4579171afa
|
Add remove() to Map.
|
2015-01-25 17:42:36 -08:00 |
|
|
|
0e6a90443e
|
Add containsKey() to Map, and validate key types.
|
2015-01-25 12:39:19 -08:00 |
|
|
|
3061bdde7f
|
Start documenting maps and work on some other docs a bit.
|
2015-01-25 11:08:13 -08:00 |
|
|
|
438e7bae3f
|
Merge branch 'list-join' of git://github.com/gsmaverick/wren into gsmaverick-list-join
|
2015-01-24 14:39:45 -08:00 |
|
|
|
4977083904
|
Abstract List's toString method to a more general join method on Sequence.
|
2015-01-24 14:01:16 -08:00 |
|
|
|
efd161cea2
|
Add "arity" getter to Fn.
|
2015-01-23 20:33:05 -08:00 |
|
|
|
c3a858a2c7
|
Update doc on VS project.
|
2015-01-23 10:41:11 -08:00 |
|
|
|
eb424f5c1a
|
Make strings iterable over their code points.
I'm not sure why, but this also regresses perf:
binary_trees - wren .......... 3290 0.30s 96.68% relative to baseline
delta_blue - wren .......... 7948 0.13s 99.06% relative to baseline
fib - wren .......... 3165 0.32s 95.90% relative to baseline
for - wren .......... 8242 0.12s 96.00% relative to baseline
method_call - wren .......... 5417 0.18s 78.74% relative to baseline
Need to investigate.
|
2015-01-22 20:58:22 -08:00 |
|
|
|
a5b00cebe7
|
Clarify how string subscripting handles UTF-8.
|
2015-01-22 16:38:03 -08:00 |
|
|
|
311bec5b03
|
Mention authors on the footer!
|
2015-01-20 17:47:17 -08:00 |
|
|
|
879d9d725e
|
Add links to mailing list.
|
2015-01-20 17:46:52 -08:00 |
|
|
|
2a4804bbc9
|
Reorganize core library docs.
|
2015-01-18 15:36:36 -08:00 |
|
|
|
f79f1d2b63
|
Show benchmarks are time, not scores.
|
2015-01-16 17:51:10 -08:00 |
|
|
|
fe71ddd520
|
Update benchmark table.
|
2015-01-16 07:52:51 -08:00 |
|
|
|
096578cc92
|
Reorganize docs a bit.
|
2015-01-16 07:04:01 -08:00 |
|
|
|
16d2f62a24
|
Update reduce documentation
|
2015-01-16 09:53:20 +01:00 |
|
|
|
5a7b70d45c
|
Add documentation for reduce
|
2015-01-16 09:24:59 +01:00 |
|
|
|
64c2bd7633
|
Make all types support "!" so "if (!foo)" works reliably for all objects.
|
2015-01-15 21:50:01 -08:00 |
|
|
|
94259fac8a
|
Merge branch 'master' of https://github.com/munificent/wren
|
2015-01-15 21:17:45 -08:00 |
|
|
|
93a4dd1b64
|
Update docs to mention compiling as C++.
|
2015-01-15 21:15:21 -08:00 |
|
|
|
2ddf0a9586
|
Fix some overlooked references to forall.
|
2015-01-15 19:05:58 -08:00 |
|
|
|
78e99c6c99
|
Merge branch 'list-forall' of git://github.com/gsmaverick/wren into gsmaverick-list-forall
|
2015-01-15 06:52:43 -08:00 |
|
|
|
7716ad6263
|
Adds forall method on Sequences.
|
2015-01-13 23:47:01 -08:00 |
|
|
|
0c6d192ace
|
bretheren > brethren
|
2015-01-12 17:39:41 -06:00 |
|
|
|
1c9520020e
|
unvalid > invalid
|
2015-01-12 17:27:35 -06:00 |
|
|
|
e07156d9e2
|
Merge pull request #74 from tamc/document-inheritance-from-builtins
Added documentation about issue #70 - can't inherit from built-ins
|
2015-01-11 19:50:39 -08:00 |
|
|
|
bc29e0929e
|
Rename a couple of files and tweak some docs.
|
2015-01-11 19:13:15 -08:00 |
|
|
|
7557c91b3c
|
Adds some common methods to strings.
|
2015-01-11 16:06:56 -08:00 |
|
|
|
aa48223361
|
Merge pull request #92 from zeckalpha/https_for_fonts
Fonts weren't working in Firefox due to Mixed Content errors.
|
2015-01-09 09:34:35 -08:00 |
|
|
|
d9527dc4dc
|
Use protocol-relative URL
|
2015-01-09 09:25:06 -06:00 |
|
|
|
7f1b5bfe51
|
Add stack vs register-based question to FAQ.
|
2015-01-08 21:06:10 -08:00 |
|
|
|
28203e3df5
|
Fonts weren't working in Firefox due to Mixed Content errors.
https://developer.mozilla.org/en-US/docs/Security/MixedContent
|
2015-01-08 19:57:15 -06:00 |
|
|
|
817f37bbf0
|
Docs: Expressions: Operators: they->their typo
|
2015-01-08 09:32:50 -06:00 |
|
|
|
8540e58b61
|
Typo fix
|
2015-01-07 16:41:30 +00:00 |
|
|
|
4a9b3f3e49
|
Fixed typo in classes.markdown
|
2015-01-06 16:47:54 +00:00 |
|
|
|
92222fe7c6
|
Added documentation about issue #70 - can't inherit from built-ins
|
2015-01-06 08:37:57 +00:00 |
|
|
|
59c2024384
|
Updated description of logical or
|
2015-01-05 09:42:34 +00: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 |
|
|
|
a8726e6c00
|
SO MUCH NEW DOCS OH WOW.
|
2015-01-03 23:27:02 -08:00 |
|
|
|
c25cfca18b
|
Eliminate semicolons entirely.
|
2015-01-03 10:02:45 -08:00 |
|
|
|
d190254f4a
|
Merge pull request #49 from skybrian/patch-1
Fix example of catching and printing an error
|
2015-01-02 20:09:43 -08:00 |
|
|
|
2abeb9ad2e
|
Make first example correct (!). Fix #47.
|
2015-01-02 20:07:43 -08:00 |
|
|
|
46867d3540
|
Fix example of catching and printing an error
The output didn't match the source code.
(Tested.)
|
2015-01-02 14:12:53 -08:00 |
|
|
|
526a84c4d6
|
Remove pointless newline.
|
2015-01-02 07:59:31 -08:00 |
|
|
|
50be5971a4
|
Fix link to embedding API.
|
2015-01-01 22:59:38 -08:00 |
|
|
|
3640c66bfb
|
Fix range in docs.
|
2015-01-01 22:48:43 -08:00 |
|
|
|
b876f4a51a
|
More hacking on docs.
|
2015-01-01 20:45:15 -08:00 |
|
|
|
8ab91bf6c2
|
Fill in some more docs.
|
2015-01-01 18:48:59 -08:00 |
|