handouts/scala-ho.tex
changeset 471 135bf034ac30
parent 178 fdf77ee57cdc
equal deleted inserted replaced
470:86a456f8cb92 471:135bf034ac30
    10 % see https://medium.com/@thejasbabu/scala-pattern-matching-9c9e73ba9a8a
    10 % see https://medium.com/@thejasbabu/scala-pattern-matching-9c9e73ba9a8a
    11 
    11 
    12 
    12 
    13 \begin{document} 
    13 \begin{document} 
    14 
    14 
    15 \section*{A Crash-Course on Scala}
    15 \section*{A Crash-Course of Scala}
    16 
    16 
    17 Scala is a programming language that combines functional and
    17 Scala is a programming language that combines functional and
    18 object-oriented programming-styles. It has received quite a bit of
    18 object-oriented programming-styles. It has received quite a bit of
    19 attention in the last five or so years. One reason for this attention
    19 attention in the last five or so years. One reason for this attention
    20 is that, like the Java programming language, Scala compiles to the
    20 is that, like the Java programming language, Scala compiles to the