Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 |
|\ | ||||
| * | Remove an extraneous space. | Bonnie | 2014-11-06 | -1/+1 |
| | | ||||
| * | Added a few clarifying lines to Scala so that the examples can be run as ↵ | Bonnie Barrilleaux | 2014-11-05 | -4/+11 |
| | | | | | | | | given. Removed a duplicate example. | |||
* | | Minor consistency edit | Geoff Liu | 2014-11-10 | -2/+3 |
| | | ||||
* | | Minor fix | Geoff Liu | 2014-11-10 | -1/+1 |
| | | ||||
* | | Clean up of section 1 | Geoff Liu | 2014-11-10 | -30/+43 |
| | | ||||
* | | A huge re-organization of the Scala file | Geoff Liu | 2014-11-10 | -165/+193 |
|/ | ||||
* | Review docs for added rouge lexers and update those with new highlighters | Adam | 2014-09-08 | -1/+1 |
| | ||||
* | Fix typo in scala | Michael Bock | 2014-08-25 | -1/+1 |
| | | | "less then" -> "less than" | |||
* | [ADDED] Output to additional println's. | a.vandijk | 2014-08-16 | -4/+4 |
| | ||||
* | [CHANGE] Output examples added to matcher part and string interpolation part. | a.vandijk | 2014-08-15 | -10/+9 |
| | ||||
* | [CHANGE] Comment match on serial key now mentions verbatim (multiline) | a.vandijk | 2014-08-15 | -1/+1 |
| | ||||
* | - [ADD] PrintWriter example from Java | a.vandijk | 2014-08-15 | -10/+29 |
| | | | | | - [CHANGE] Extended regex matching with more examples with switch / case - [CHANGE] String interpolation with formatting and expressions explained. | |||
* | Fix 'Immutability' typo | Duncan Beaton | 2014-07-06 | -1/+1 |
| | ||||
* | Added explanation for colon character | rostdotio | 2014-02-28 | -1/+4 |
| | | | Use of the colon character for value assignment is now explained by example of function add10. | |||
* | Source.fromPath no longer exists ↵ | Cengiz Can | 2013-12-30 | -1/+1 |
| | | | | (https://github.com/scala/scala/blob/master/src/library/scala/io/Source.scala) Changed example to use Source.fromFile | |||
* | [Scala] Fix typo: forgotten dot | Matthieu Moquet | 2013-09-28 | -1/+1 |
| | ||||
* | fixed some broken / missing markdown links and added a resource | Eran Medan | 2013-08-07 | -2/+4 |
| | ||||
* | Used c syntax highlighting for scala for now | Adam | 2013-08-02 | -1/+1 |
| | ||||
* | corrected scala | Adam | 2013-08-02 | -1/+2 |
| | ||||
* | Updated scala for line lengths | Adam | 2013-08-02 | -33/+53 |
| | ||||
* | Merge remote-tracking branch 'dbousarma/master' into adding_scala | George Petrov | 2013-08-01 | -5/+134 |
|\ | | | | | | | | | Conflicts: scala.html.markdown | |||
| * | Started on Scala | Dominic Bou-Samra | 2013-07-04 | -0/+178 |
| | ||||
* | Added tuples | George Petrov | 2013-07-31 | -0/+20 |
| | ||||
* | Header messages | George Petrov | 2013-07-30 | -1/+2 |
| | ||||
* | Tweaking the header | George Petrov | 2013-07-29 | -1/+1 |
| | ||||
* | Fixed header | George Petrov | 2013-07-29 | -4/+3 |
| | ||||
* | Fixing a typo | George Petrov | 2013-07-29 | -1/+1 |
| | ||||
* | Added loops, iterators and regex | George Petrov | 2013-07-29 | -2/+54 |
| | ||||
* | Adding some strings and docs links | George Petrov | 2013-07-29 | -5/+28 |
| | ||||
* | Merge remote-tracking branch 'origin/master' | George Petrov | 2013-07-29 | -1/+8 |
|\ | ||||
| * | Fixing formatting | George Petrov | 2013-07-29 | -1/+8 |
| | | ||||
* | | Now really adding some pattern matching | George Petrov | 2013-07-29 | -0/+19 |
|/ | ||||
* | Added some pattern matching | George Petrov | 2013-07-29 | -0/+22 |
| | ||||
* | Added header | George Petrov | 2013-07-29 | -0/+11 |
| | ||||
* | Added for comprehensions and conditionals | George Petrov | 2013-07-29 | -1/+47 |
| | ||||
* | Added arrays and maps | George Petrov | 2013-07-29 | -0/+13 |
| | ||||
* | Starting a Scala one | George Petrov | 2013-07-28 | -0/+53 |