summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
| * | Merge remote-tracking branch 'upstream/master'Geoff Liu2014-11-27-16/+81
| |\ \ | |/ / |/| |
* | | Merge pull request #877 from pisandelli/masterAdam Bard2014-11-26-6/+6
|\ \ \ | | | | | | | | Fixed some misspelling words for pt-br language
| * | | Fixed some misspelling words for pt-br languagePedro Pisandelli2014-11-25-6/+6
|/ / /
* | | Merge pull request #876 from LOZORD/masterAdam Bard2014-11-25-6/+10
|\ \ \ | | | | | | | | [git/en] Fixed some markdown formatting issuses
| * | | Fixed some markdown formatting issusesLeo Rudberg2014-11-25-6/+10
| | | |
* | | | Merge pull request #875 from LOZORD/masterAdam Bard2014-11-25-1/+59
|\| | | | | | | | | | | [git/en] Added `git stash`
| * | | Added ourselves to the contributor sectionLOZORD2014-11-24-0/+2
| | | |
| * | | Small formatting changesLOZORD2014-11-24-1/+2
| | | |
| * | | Only bashified the code sectionsLOZORD2014-11-24-16/+22
| | | |
| * | | Added 'git stash'!LOZORD2014-11-24-1/+50
|/ / /
* | | Merge pull request #874 from martinhath/masterAdam Bard2014-11-24-1/+1
|\ \ \ | | | | | | | | fix #873
| * | | fix #873Martin Thoresen2014-11-24-1/+1
|/ / /
* | | Merge pull request #872 from Jubobs/masterLevi Bostian2014-11-22-8/+11
|\ \ \ | | | | | | | | Fix some inaccuracies in haskell.html.markdown
| * | | Fix some inaccuracies in haskell.html.markdownJulien Cretel2014-11-21-8/+11
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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).
| * | Fix a typoGeoff Liu2014-11-27-1/+1
| | |
| * | ImplicitsGeoff Liu2014-11-27-1/+54
|/ /
* | Merge pull request #871 from earthrid/masterven2014-11-20-1/+1
|\ \ | | | | | | Typo
| * | TypoKevin Busby2014-11-20-1/+1
|/ / | | | | | | Typo: “addition” corrected to “edition”.
* | Merge pull request #863 from HorseMD/masterven2014-11-18-0/+225
|\ \ | | | | | | [forth/en] Add article about Forth
| * | Reword arrays introduction.HorseMD2014-11-18-1/+4
| | |
| * | Fix typo when demonstrating variables.HorseMD2014-11-18-2/+2
| | |
| * | Fix return-comment indentation.HorseMD2014-11-14-2/+2
| | |
| * | Use our word 'square' in the loop example word 'squares'.HorseMD2014-11-14-2/+3
| | |
| * | Remove unnecessary swap, give array helper word a better name.HorseMD2014-11-14-5/+5
| | |
| * | Mention nip, rework Arrays section.HorseMD2014-11-14-6/+9
| | |
| * | More rewording, mention ?do.HorseMD2014-11-14-8/+16
| | |
| * | Trim down explainations.HorseMD2014-11-14-29/+26
| | |
| * | Illustrate parameters via loops.HorseMD2014-11-14-4/+4
| | |
| * | Whoops, make lowercase.HorseMD2014-11-14-3/+3
| | |
| * | Reorder final notes section.HorseMD2014-11-13-4/+5
| | |
| * | Mention word . Also comment-out the file-include line.HorseMD2014-11-13-3/+4
| | |
| * | Whoops, missed a return comment.HorseMD2014-11-13-1/+1
| | |
| * | Add a 'returns' comment for every line of Forth.HorseMD2014-11-13-24/+24
| | |
| * | Tidying up.HorseMD2014-11-13-5/+6
| | |
| * | Slim down comments.HorseMD2014-11-13-19/+10
| | |
| * | Add a few misc ideas to section Final Notes.HorseMD2014-11-13-1/+8
| | |
| * | Fix typos.HorseMD2014-11-13-3/+3
| | |
| * | Capitalize instances of 'forth'.HorseMD2014-11-13-6/+6
| | |
| * | Make Arrays its own section, comment float examples.HorseMD2014-11-13-6/+6
| | |
| * | Add section Return Stack, add Floating Point Operations section.HorseMD2014-11-13-4/+26
| | |
| * | Fix missing comment, pull up a few lines.HorseMD2014-11-13-6/+1
| | |
| * | More refactoring, get lines below 80 chars.HorseMD2014-11-13-30/+31
| | |
| * | Remove/refactor the descriptions.HorseMD2014-11-13-20/+11
| | |
| * | Merge remote-tracking branch 'upstream/master'HorseMD2014-11-13-11/+12
| |\ \
| * | | Improve section Advanced Stack Manipulation's examples.HorseMD2014-11-13-5/+5
| | | |
| * | | Refactor section Stack Manipulation.HorseMD2014-11-13-12/+4
| | | |
| * | | Be more brief!HorseMD2014-11-13-39/+12
| | | |
| * | | Finished outline of Variables and Memory. Must be more vague, this is a ↵HorseMD2014-11-12-4/+51
| | | | | | | | | | | | | | | | whirlwind tour!
| * | | Add outline of loops.HorseMD2014-11-12-3/+37
| | | |
| * | | Finished conditionals section for now.HorseMD2014-11-12-3/+24
| | | |