handouts/scala-ho.tex
changeset 178 fdf77ee57cdc
parent 170 37b1bfcdba79
child 471 135bf034ac30
equal deleted inserted replaced
177:7d3037a57125 178:fdf77ee57cdc
     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