summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* 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).
* 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
| | |
| * | Add basic outline of Forth and explaination of simple concepts.HorseMD2014-11-12-0/+136
| | |
* | | Merge pull request #869 from harrymt/patch-1ven2014-11-18-1/+1
|\ \ \ | | | | | | | | Temp fix for Matlab syntax highlighting
| * | | Temp fix for Matlab syntax highlightingHarry Mumford-Turner2014-11-18-1/+1
|/ / / | | | | | | The single quote messed up the rest of the file.
* | | Merge pull request #864 from geoffliu/masterLevi Bostian2014-11-17-34/+118
|\ \ \ | | | | | | | | [Scala/en] Some work on the Scala page
| * | | Some work on the Scala pageGeoff Liu2014-11-14-34/+118
| | | |
* | | | Merge pull request #868 from dilijev/masterAdam Bard2014-11-17-16/+44
|\ \ \ \ | | | | | | | | | | [python/en] Fix 80 col limit and clarify a few points.
| * | | | [python/en] Fix 80 col limit and clarify a few points.Doug Ilijev2014-11-17-16/+44
|/ / / /
* | | | Merge pull request #867 from ugexe/patch-1ven2014-11-16-1/+1
|\ \ \ \ | | | | | | | | | | 0 // 5 = 0
| * | | | 0 // 5 = 0ugexe2014-11-16-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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␤»