handouts/scala-ho.tex
changeset 178 55367d499635
parent 170 3d760b06befa
child 468 c71ae4477e55
equal deleted inserted replaced
177:bd902785f224 178:55367d499635
     8 
     8 
     9 % case class, apply, unappy
     9 % case class, apply, unappy
    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 on 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