LINKS
changeset 181 31ba76ce016d
parent 177 7d3037a57125
child 182 d3d912d7e17f
equal deleted inserted replaced
180:35b4dc785a40 181:31ba76ce016d
       
     1 
       
     2 
       
     3 =============
       
     4 
     1 scala -Yrepl-class-based
     5 scala -Yrepl-class-based
     2 
     6 
     3 
     7 
     4 why functional programming matters
     8 why functional programming matters
     5 http://queue.acm.org/detail.cfm?id=2038036
     9 http://queue.acm.org/detail.cfm?id=2038036
    49 
    53 
    50 Source of exercises
    54 Source of exercises
    51     http://exercism.io
    55     http://exercism.io
    52     https://www.scala-exercises.org/
    56     https://www.scala-exercises.org/
    53     http://www.sofiacole.com/technology/adopting-scala-the-next-steps/
    57     http://www.sofiacole.com/technology/adopting-scala-the-next-steps/
       
    58    
       
    59 Reverse polish notation exercise
       
    60 http://www.codeabbey.com/index/task_view/reverse-polish-notation
    54 
    61 
       
    62 Game of 2048 (deterministic version of prefilling
       
    63 the board and not letting any new tiles in; finding the
       
    64 maximum)
       
    65 http://www.codeabbey.com/index/task_view/game-of-2048
    55 
    66 
    56 https://medium.com/@markcanlasnyc/scala-saturday-functions-for-the-object-oriented-4218f9ed192b#.dw8x8zxvb
    67 https://medium.com/@markcanlasnyc/scala-saturday-functions-for-the-object-oriented-4218f9ed192b#.dw8x8zxvb
    57 
    68 
    58 --------------------
    69 --------------------
    59 Map-Reduce in Scala
    70 Map-Reduce in Scala