Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update scala docs link for Map | Mahmoud Hossam | 2019-07-02 | -1/+1 |
| | ||||
* | Revert "[scala/en] Make return value example actually demonstrate issue" (#3213) | ven | 2018-09-08 | -9/+5 |
| | ||||
* | Merge pull request #2769 from cincodenada/patch-2 | Adam Bard | 2018-09-08 | -5/+9 |
|\ | | | | | [scala/en] Make return value example actually demonstrate issue | |||
| * | Update more function mentions in comments | Joel Bradshaw | 2017-06-29 | -2/+2 |
| | | ||||
| * | [scala/en] Make return value example actually demonstrate issue | Joel Bradshaw | 2017-06-23 | -4/+8 |
| | | | | | | Previously the `return z` didn't actually have any effect on the output, since the outer function just return the anon function's result directly. Updated to make the outer function do something to demonstrate the difference. Also renamed functions to make what they're doing easier to follow, and added a couple examples of behavior w/ explanations | |||
* | | Correct English a/an usage | Brian Stearns | 2018-05-31 | -1/+1 |
| | | ||||
* | | follow-up for #2768 | ven | 2018-02-28 | -1/+2 |
| | | ||||
* | | [scala/en] A few editing improvements as I read through (#2768) | Joel Bradshaw | 2018-02-28 | -7/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * A few editing improvements as I read through Take, leave, or modify as desired! Specifically: * Acknowledge weirdness of no parameters in `foreach println` * Mention what `Unit` is * Clarify abstract comments * Fix capitalization of George in example * Explicitly introduce regex * Re-iterate `s` in comments, it's gotten very separated * Reword explanation of foreach | |||
* | | [scala/en] Add traits in objects chapter (#2760) | Andy | 2017-07-04 | -1/+45 |
|/ | | | | | | * [scala/en] Add traits in objects chapter * [scala/en] Traits: Describe traits keywords | |||
* | [scala/en] fix anologus typo | Tommy Kelly | 2017-06-09 | -1/+1 |
| | ||||
* | Changed spelling of 'favourite' to use US english | Amru Eliwat | 2016-10-30 | -1/+1 |
| | ||||
* | Fixed confusing typo | Amru Eliwat | 2016-10-30 | -8/+8 |
| | ||||
* | Merge pull request #1782 from doub1ejack/scala-en-repl | Geoff Liu | 2016-08-02 | -10/+50 |
|\ | | | | | [scala/en] Added REPL basics to help people experiment as they learn. | |||
| * | [scala/en] Added REPL basics to help people experiment as they learn. | Micah | 2015-10-25 | -10/+50 |
| | | ||||
* | | Add example of an int is divided by a double (#2284) | Felipe Martins | 2016-06-21 | -0/+1 |
| | | ||||
* | | Removed ! | rajanand ilangovan | 2016-02-06 | -1/+1 |
| | | ||||
* | | Merge pull request #1950 from pikazlou/scala-flow-control-fix | ven | 2016-01-25 | -6/+7 |
|\ \ | | | | | | | fix docs for Flow Control | |||
| * | | removed controversial performance info, fixed recursion info and typos | Pavel Kazlou | 2015-10-31 | -6/+7 |
| |/ | ||||
* | | Merge pull request #1802 from juusaw/patch-3 | Geoff Liu | 2016-01-06 | -0/+3 |
|\ \ | | | | | | | [scala/eng] Added Java import to misc | |||
| * | | [scala/eng] Added Java import to misc | Juuso Mikkonen | 2015-10-26 | -0/+3 |
| |/ | ||||
* | | Merge pull request #1951 from pikazlou/scala-tuples-usage | Geoff Liu | 2015-12-18 | -1/+7 |
|\ \ | | | | | | | additional docs for tuple usage | |||
| * | | added docs for multi-variable tuple assignment | Pavel Kazlou | 2015-10-31 | -1/+7 |
| |/ | ||||
* | | Merge pull request #1955 from pikazlou/scala-pattern-matching | Geoff Liu | 2015-12-18 | -0/+3 |
|\ \ | | | | | | | added docs for default case in pattern matching | |||
| * | | added docs for default case in pattern matching | Pavel Kazlou | 2015-10-31 | -0/+3 |
| |/ | ||||
* / | usage of named parameters | Pavel Kazlou | 2015-10-31 | -0/+6 |
|/ | ||||
* | update Data Structures section to show outputs | chris-hranj | 2015-10-24 | -11/+12 |
| | ||||
* | Fix compile errors of the English and French Scala tutorials | João Costa | 2015-10-10 | -6/+6 |
| | ||||
* | Add examples to show how printing works | Kaleb Davis | 2015-10-06 | -0/+4 |
| | ||||
* | scala: consistent code format | Ha-Duong, NGUYEN | 2015-08-03 | -2/+2 |
| | ||||
* | scala: clearer further resources (itemized) | Ha-Duong, NGUYEN | 2015-08-03 | -10/+5 |
| | ||||
* | scala: consistent code format | Ha-Duong, NGUYEN | 2015-08-03 | -15/+15 |
| | ||||
* | scala: consistent code format | Ha-Duong, NGUYEN | 2015-08-03 | -11/+11 |
| | ||||
* | scala: clearer comments | Ha-Duong, NGUYEN | 2015-08-03 | -3/+3 |
| | ||||
* | scala: easier-to-look comment | Ha-Duong, NGUYEN | 2015-08-03 | -10/+10 |
| | ||||
* | scala: correct format | Ha-Duong, NGUYEN | 2015-08-03 | -1/+1 |
| | ||||
* | scala: language correction | Ha-Duong, NGUYEN | 2015-08-03 | -2/+3 |
| | ||||
* | scala: consistent style, language correction | Ha-Duong, NGUYEN | 2015-08-03 | -6/+7 |
| | ||||
* | make corrections | yejinchang | 2015-04-16 | -1/+2 |
| | ||||
* | Update scala.html.markdown | Ikrom | 2015-01-29 | -1/+1 |
| | | | Removed typo (unnecessary double quote in patternFunc) | |||
* | Better wording about breaks in cases | Geoff Liu | 2015-01-11 | -1/+1 |
| | ||||
* | Rewrite the pattern matching section | Geoff Liu | 2015-01-11 | -25/+39 |
| | ||||
* | Merge pull request #890 from arturmkrtchyan/master | Adam Bard | 2015-01-03 | -2/+4 |
|\ | | | | | [scala] Fixed function return type | |||
| * | Added warning on return usage | Artur Mkrtchyan | 2015-01-03 | -1/+3 |
| | | ||||
| * | Scala compiler fails to infer the return type when there's an explicit ↵ | Artur Mkrtchyan | 2014-12-20 | -1/+1 |
| | | | | | | | | return statement | |||
* | | Fixed Person class' constructor signature | Artur Mkrtchyan | 2014-12-21 | -1/+1 |
|/ | ||||
* | Fix a typo | Geoff Liu | 2014-11-27 | -1/+1 |
| | ||||
* | Implicits | Geoff Liu | 2014-11-27 | -1/+54 |
| | ||||
* | Some work on the Scala page | Geoff Liu | 2014-11-14 | -34/+118 |
| | ||||
* | Use the right comment style for Scala... oops | Geoff Liu | 2014-11-12 | -27/+27 |
| | ||||
* | Merge | Geoff Liu | 2014-11-11 | -5/+11 |
|\ |