handouts/scala-ho.tex
changeset 468 c71ae4477e55
parent 178 55367d499635
equal deleted inserted replaced
467:1b879b3e704e 468:c71ae4477e55
    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