Giter Site home page Giter Site logo

scala-course's Introduction

Scala course

This is a course crafted for OO developers that want to learn Scala & functional programming.

Table of Contents

Sections

This course has the following sections, delivered during two days normally.

Basics 1

Learn the basics of the language, the most interesting features and how to deal with data usign ADTs.

Basics 2

Learn how to apply pattern matching and recursion to solve problems on algebraic data types.

Abstraction

In this section we'll start to dig deeper in the functional programming aspects of Scala, and to learn new functional abstractions.

Typeclasses

In this section we'll learn how to implement Ad hoc polymorphism in Scala using typeclasses, and all the benefits it provides.

exercises

For the exercises, go to the exercises folder & select the exercise you want to do.

tags

Then, checkout the tag from the description (or the solution if you want to see it).

description solution
exercise1.1-description exercise1.1-solution
exercise1.2-description exercise1.2-solution
exercise2.1-description exercise2.1-solution
exercise2.2-description exercise2.2-solution
exercise2.3-description exercise2.3-solution
exercise2.4-description exercise2.4-solution
exercise2.5-description exercise2.5-solution
exercise2.6-description exercise2.6-solution
exercise3.1-description exercise3.1-solution
exercise3.2-description exercise3.2-solution
exercise3.3-description exercise3.3-solution
exercise3.4-description exercise3.4-solution
exercise4.1-description exercise4.1-solution
exercise4.2-description exercise4.2-solution
exercise4.3-description exercise4.3-solution
exercise5.1-description exercise5.1-solution
exercise5.2-description exercise5.2-solution
exercise5.3-description exercise5.3-solution
exercise5.4-description exercise5.4-solution
exercise5.5-description exercise5.5-solution

compiling

You can compile the exercises with one of:

$ ./sbt exercise1/compile
$ ./sbt exercise2/compile
$ ./sbt exercise3/compile
$ ./sbt exercise4/compile
$ ./sbt exercise5/compile

building

To build the slides for the course you'll need pandoc. Get it from your package manager.

Once you have it:

$ make all

This will generate PDFs with the presentations in the /slides folder.

scala-course's People

Contributors

pepegar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.