handouts/pep-ho.tex
changeset 426 b51467741af2
parent 400 e48ea8300b2d
child 441 3bfe81972674
equal deleted inserted replaced
425:957808dcb367 426:b51467741af2
     1 % !TEX program = xelatex
     1 % !TEX program = xelatex
     2 \documentclass{article}
     2 \documentclass{article}
     3 \usepackage{../style}
     3 \usepackage{../styles/style}
     4 \usepackage{../langs}
     4 \usepackage{../styles/langs}
     5 \usepackage{tikz}
     5 \usepackage{tikz}
     6 \usepackage{pgf}
     6 \usepackage{pgf}
     7 \usepackage{marvosym}
     7 \usepackage{marvosym}
     8 \usepackage{boxedminipage}
     8 \usepackage{boxedminipage}
     9 
     9 
    93 %% 
    93 %% 
    94 %% Section 10 about strings; interpolations and multiline strings
    94 %% Section 10 about strings; interpolations and multiline strings
    95 
    95 
    96 % Easy installation
    96 % Easy installation
    97 %https://alexarchambault.github.io/posts/2020-09-21-cs-setup.html
    97 %https://alexarchambault.github.io/posts/2020-09-21-cs-setup.html
       
    98 
       
    99 % scala libraries
       
   100 %https://index.scala-lang.org
       
   101 
       
   102 
       
   103 % Learning functional programming is an opportunity to discover a new
       
   104 % way to represent programs, to approach problems, and to think about
       
   105 % languages. While programming with a functional language is still
       
   106 % fundamentally similar to programming with any other type of language
       
   107 % (examples of others being imperative or logic), it represents
       
   108 % programs and algorithms through distinct forms of abstraction and
       
   109 % gives you a new toolset with which to solve programming
       
   110 % problems. Additionally, many of the techniques of functional
       
   111 % programming are beginning to permeate new mainstream languages, so
       
   112 % taking the time now to develop a thorough understanding of them is
       
   113 % an investment which will pay great dividends.
       
   114 
    98 
   115 
    99 
   116 
   100 % Exact colors from NB
   117 % Exact colors from NB
   101 \usepackage[breakable]{tcolorbox}
   118 \usepackage[breakable]{tcolorbox}
   102 \definecolor{incolor}{HTML}{303F9F}
   119 \definecolor{incolor}{HTML}{303F9F}