LOZORD
3a8b9f0fc5
Added 'git stash'!
2014-11-24 19:32:40 -06:00
Adam Bard
8d76e20278
Merge pull request #874 from martinhath/master
...
fix #873
2014-11-24 17:48:25 +01:00
Martin Thoresen
d179669f39
fix #873
2014-11-24 17:37:55 +01:00
Levi Bostian
da7f534df5
Merge pull request #872 from Jubobs/master
...
Fix some inaccuracies in haskell.html.markdown
2014-11-22 09:51:39 -06:00
Julien Cretel
458bbd063a
Fix some inaccuracies in haskell.html.markdown
...
- The bottom of the "List and Tuples" section may mislead the reader
into thinking that the `fst` and `snd` functions can be applied to any
tuple; it's worth mentioning that those functions only apply to pairs.
- The example demonstrating the use of the function-application operator
(`$`) in combination with the function-composition operator (`.`) seems a
bit contrived. For completeness, I've added an example that uses `$` alone.
- "If statements" and "case statements" are actually expressions, in
Haskell; I've replaced all occurences of the word "statement" appearing in
that context by the word "expression".
- Minor wording improvement (replaced "because" by a semicolon).
2014-11-21 17:44:26 +00:00
ven
c37478f5b3
Merge pull request #871 from earthrid/master
...
Typo
2014-11-20 17:52:00 +01:00
Kevin Busby
f25d54b06b
Typo
...
Typo: “addition” corrected to “edition”.
2014-11-20 16:26:56 +00:00
ven
43496001d5
Merge pull request #863 from HorseMD/master
...
[forth/en] Add article about Forth
2014-11-18 14:00:18 +01:00
HorseMD
39ac935c4f
Reword arrays introduction.
2014-11-18 12:19:12 +00:00
HorseMD
1e1ff8bd10
Fix typo when demonstrating variables.
2014-11-18 12:01:59 +00:00
ven
cd9d68e35b
Merge pull request #869 from harrymt/patch-1
...
Temp fix for Matlab syntax highlighting
2014-11-18 11:23:38 +01:00
Harry Mumford-Turner
1992190cd0
Temp fix for Matlab syntax highlighting
...
The single quote messed up the rest of the file.
2014-11-18 10:19:11 +00:00
Levi Bostian
5ec6d68989
Merge pull request #864 from geoffliu/master
...
[Scala/en] Some work on the Scala page
2014-11-17 19:42:20 -06:00
Max
f5c9c399d4
Merge pull request #3 from Daniel-Cortez/master
...
Another portion of fixes
2014-11-17 22:05:40 +03:00
Daniel-Cortez
41633c28aa
Another portion of fixes
2014-11-18 01:54:01 +07:00
Max
0bd1c1b12a
Merge pull request #2 from Daniel-Cortez/master
...
Fix some translation mistakes
2014-11-17 20:18:20 +03:00
Adam Bard
0bd67da863
Merge pull request #868 from dilijev/master
...
[python/en] Fix 80 col limit and clarify a few points.
2014-11-17 16:16:19 +02:00
Doug Ilijev
d886036b59
[python/en] Fix 80 col limit and clarify a few points.
2014-11-17 01:26:19 -06:00
ven
a8e7f808d3
Merge pull request #867 from ugexe/patch-1
...
0 // 5 = 0
2014-11-16 21:24:13 +01:00
ugexe
acbea221a4
0 // 5 = 0
...
11:59 < nebuchadnezzar> m: say Any // Nil // 0 // 5
11:59 <+camelia> rakudo-moar 38e77b: OUTPUT«0»
11:59 < nebuchadnezzar> shouldn't it be 5?
12:00 < ugexe> 0 is a defined value
12:00 < ugexe> m: say Any || Nil || 0 || 5;
12:00 <+camelia> rakudo-moar 38e77b: OUTPUT«5»
2014-11-16 12:16:26 -05:00
Daniel-Cortez
dd76dc0c49
Fix some translation mistakes
2014-11-16 20:02:27 +07:00
Max
9e811629c2
Update lua-ru.html.markdown
2014-11-16 12:59:08 +03:00
Max
c2571b085a
Merge pull request #1 from CoolDark/master
...
Полный перевод!
2014-11-16 12:55:58 +03:00
CoolDark
3c9988a7e4
oops
2014-11-16 12:50:41 +03:00
CoolDark
a281e7d0ff
Full
2014-11-16 12:48:02 +03:00
CoolDark
423d637382
Translate 3 part
2014-11-16 11:27:29 +03:00
CoolDark
337fb88da9
Update
2014-11-15 22:12:40 +03:00
ven
191e755c8f
Merge pull request #866 from anatolyburtsev/master
...
Update java-ru.html.markdown fix mistake in pre/post-increment
2014-11-15 15:01:14 +01:00
anatoly burtsev
bd728a065a
Update java-ru.html.markdown
...
fix mistake in pre/post-increment
2014-11-15 16:55:39 +03:00
Geoff Liu
651e1e90d2
Some work on the Scala page
2014-11-14 15:01:16 -08:00
HorseMD
6e912f4b46
Fix return-comment indentation.
2014-11-14 16:49:25 +00:00
Adam Bard
bfabbc0923
Update yaml-fr.html.markdown
2014-11-14 17:08:27 +02:00
Adam Bard
453b6254c5
Update markdown-cn.html.markdown
2014-11-14 17:07:42 +02:00
HorseMD
ce1d44b308
Use our word 'square' in the loop example word 'squares'.
2014-11-14 12:12:30 +00:00
HorseMD
6b5c06d45a
Remove unnecessary swap, give array helper word a better name.
2014-11-14 11:23:14 +00:00
HorseMD
a49ab049a5
Mention nip, rework Arrays section.
2014-11-14 11:13:39 +00:00
HorseMD
13a3c11394
More rewording, mention ?do.
2014-11-14 10:51:22 +00:00
HorseMD
eb83f36015
Trim down explainations.
2014-11-14 10:24:39 +00:00
HorseMD
f1688b8000
Illustrate parameters via loops.
2014-11-14 00:14:38 +00:00
HorseMD
601f06e72d
Whoops, make lowercase.
2014-11-14 00:05:48 +00:00
HorseMD
6cf6ce3668
Reorder final notes section.
2014-11-13 23:59:37 +00:00
HorseMD
481261458c
Mention word . Also comment-out the file-include line.
2014-11-13 23:57:02 +00:00
HorseMD
11313c9c00
Whoops, missed a return comment.
2014-11-13 23:50:54 +00:00
HorseMD
e4229c618b
Add a 'returns' comment for every line of Forth.
2014-11-13 23:49:06 +00:00
HorseMD
00d03a4cbe
Tidying up.
2014-11-13 23:37:07 +00:00
HorseMD
e001c352ca
Slim down comments.
2014-11-13 23:25:48 +00:00
HorseMD
edba1b39c8
Add a few misc ideas to section Final Notes.
2014-11-13 23:16:26 +00:00
HorseMD
879da6be51
Fix typos.
2014-11-13 23:01:42 +00:00
HorseMD
4d80a56d2c
Capitalize instances of 'forth'.
2014-11-13 22:51:40 +00:00
HorseMD
70b03c1868
Make Arrays its own section, comment float examples.
2014-11-13 22:25:37 +00:00