summaryrefslogtreecommitdiffhomepage
path: root/scala.html.markdown
Commit message (Collapse)AuthorAgeLines
* Update Scala - clarify `return` keyword usageAli Panahi2020-05-30-2/+3
| | | Add an example to clarify that the `return` keyword only returns from the inner-most `def` that surrounds it not the output of the lambda function.
* Update scala docs link for MapMahmoud Hossam2019-07-02-1/+1
|
* Revert "[scala/en] Make return value example actually demonstrate issue" (#3213)ven2018-09-08-9/+5
|
* Merge pull request #2769 from cincodenada/patch-2Adam Bard2018-09-08-5/+9
|\ | | | | [scala/en] Make return value example actually demonstrate issue
| * Update more function mentions in commentsJoel Bradshaw2017-06-29-2/+2
| |
| * [scala/en] Make return value example actually demonstrate issueJoel Bradshaw2017-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 usageBrian Stearns2018-05-31-1/+1
| |
* | follow-up for #2768ven2018-02-28-1/+2
| |
* | [scala/en] A few editing improvements as I read through (#2768)Joel Bradshaw2018-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)Andy2017-07-04-1/+45
|/ | | | | | * [scala/en] Add traits in objects chapter * [scala/en] Traits: Describe traits keywords
* [scala/en] fix anologus typoTommy Kelly2017-06-09-1/+1
|
* Changed spelling of 'favourite' to use US englishAmru Eliwat2016-10-30-1/+1
|
* Fixed confusing typoAmru Eliwat2016-10-30-8/+8
|
* Merge pull request #1782 from doub1ejack/scala-en-replGeoff Liu2016-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.Micah2015-10-25-10/+50
| |
* | Add example of an int is divided by a double (#2284)Felipe Martins2016-06-21-0/+1
| |
* | Removed !rajanand ilangovan2016-02-06-1/+1
| |
* | Merge pull request #1950 from pikazlou/scala-flow-control-fixven2016-01-25-6/+7
|\ \ | | | | | | fix docs for Flow Control
| * | removed controversial performance info, fixed recursion info and typosPavel Kazlou2015-10-31-6/+7
| |/
* | Merge pull request #1802 from juusaw/patch-3Geoff Liu2016-01-06-0/+3
|\ \ | | | | | | [scala/eng] Added Java import to misc
| * | [scala/eng] Added Java import to miscJuuso Mikkonen2015-10-26-0/+3
| |/
* | Merge pull request #1951 from pikazlou/scala-tuples-usageGeoff Liu2015-12-18-1/+7
|\ \ | | | | | | additional docs for tuple usage
| * | added docs for multi-variable tuple assignmentPavel Kazlou2015-10-31-1/+7
| |/
* | Merge pull request #1955 from pikazlou/scala-pattern-matchingGeoff Liu2015-12-18-0/+3
|\ \ | | | | | | added docs for default case in pattern matching
| * | added docs for default case in pattern matchingPavel Kazlou2015-10-31-0/+3
| |/
* / usage of named parametersPavel Kazlou2015-10-31-0/+6
|/
* update Data Structures section to show outputschris-hranj2015-10-24-11/+12
|
* Fix compile errors of the English and French Scala tutorialsJoão Costa2015-10-10-6/+6
|
* Add examples to show how printing worksKaleb Davis2015-10-06-0/+4
|
* scala: consistent code formatHa-Duong, NGUYEN2015-08-03-2/+2
|
* scala: clearer further resources (itemized)Ha-Duong, NGUYEN2015-08-03-10/+5
|
* scala: consistent code formatHa-Duong, NGUYEN2015-08-03-15/+15
|
* scala: consistent code formatHa-Duong, NGUYEN2015-08-03-11/+11
|
* scala: clearer commentsHa-Duong, NGUYEN2015-08-03-3/+3
|
* scala: easier-to-look commentHa-Duong, NGUYEN2015-08-03-10/+10
|
* scala: correct formatHa-Duong, NGUYEN2015-08-03-1/+1
|
* scala: language correctionHa-Duong, NGUYEN2015-08-03-2/+3
|
* scala: consistent style, language correctionHa-Duong, NGUYEN2015-08-03-6/+7
|
* make correctionsyejinchang2015-04-16-1/+2
|
* Update scala.html.markdownIkrom2015-01-29-1/+1
| | | Removed typo (unnecessary double quote in patternFunc)
* Better wording about breaks in casesGeoff Liu2015-01-11-1/+1
|
* Rewrite the pattern matching sectionGeoff Liu2015-01-11-25/+39
|
* Merge pull request #890 from arturmkrtchyan/masterAdam Bard2015-01-03-2/+4
|\ | | | | [scala] Fixed function return type
| * Added warning on return usageArtur Mkrtchyan2015-01-03-1/+3
| |
| * Scala compiler fails to infer the return type when there's an explicit ↵Artur Mkrtchyan2014-12-20-1/+1
| | | | | | | | return statement
* | Fixed Person class' constructor signatureArtur Mkrtchyan2014-12-21-1/+1
|/
* Fix a typoGeoff Liu2014-11-27-1/+1
|
* ImplicitsGeoff Liu2014-11-27-1/+54
|
* Some work on the Scala pageGeoff Liu2014-11-14-34/+118
|
* Use the right comment style for Scala... oopsGeoff Liu2014-11-12-27/+27
|