GithubHelp home page GithubHelp logo

jubobs / katsconf2017 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from larsrh/katsconf2017

0.0 1.0 0.0 14 KB

Tutorial at Kats Conf 2, 2017

Home Page: https://speakerdeck.com/larsrh/functional-programming-with-cats

License: MIT License

Scala 97.37% Shell 2.63%

katsconf2017's Introduction

katsconf2017

Tutorial at Kats Conf 2, 2017 Build Status

Installation instructions

SBT is the "Scala Build Tool". We will use it to compile & run our code.

โ— You need a working installation of Java 8 (OpenJDK or Oracle JDK).

โ— If you're a Ubuntu user, you need to upgrade to at least Xenial (16.04 LTS).

Windows

Go to the SBT download page and install it from there.

Linux/macOS

Run the following commands:

$ ./setup
$ ./sbt

After downloading the entire Internet, this should load up the SBT shell.

Alternatively, you can install SBT from your distribution's package manager:

Development

Depending on your installation, run ./sbt or sbt in the repository root. SBT will print something like this (or similar):

[info] Loading global plugins from /home/lars/.sbt/0.13/plugins/project
[info] Loading global plugins from /home/lars/.sbt/0.13/plugins
[info] Loading project definition from /home/lars/proj/katsconf2017/project
[info] Set current project to katsconf2017 (in build file:/home/lars/proj/katsconf2017/)
>

This is the SBT shell where you can type commands. As a first step, type update, which will fetch all necessary dependencies. To compile, run, or test, type compile, run, or test, respectively. To exit, press Ctrl-D or type exit.

katsconf2017's People

Contributors

larsrh 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.