Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 531 Bytes

File metadata and controls

14 lines (10 loc) · 531 Bytes

higher-order-functions-presentation

What do I need? Scala installed - https://www.scala-lang.org/download/install.html

How do I run the presentation?

  1. Clone the repo
  2. alias REPLesent='scala -Dscala.color -language:_ -nowarn -i REPLesent.scala'
  3. (Once inside REPLesent) REPLesent(80, 25, intp=$intp) //80, 25 is the terminal window
  4. import replesent._
  5. Once all is done, type f, press ENTER, and follow the on-screen instructions. (n for next, p for previous)

More info at https://github.com/marconilanna/REPLesent