Coder Social home page Coder Social logo

markhibberd / lambdajam-functional-programming-in-scala Goto Github PK

View Code? Open in Web Editor NEW
3.0 5.0 3.0 166 KB

Base project for "Introduction to functional programming in scala" workshop, for LambdaJam Australia conference.

Home Page: http://www.yowconference.com.au/lambdajam/FPscala.html

Scala 54.88% Shell 45.12%

lambdajam-functional-programming-in-scala's Introduction

introduction to functional programming in scala

note: please test your environment before you arrive so we can get started quickly on the day.

note: please make sure to grab the latest copy of this repository the day before the course with a git pull origin master.

Getting started

If you have any problems email me via [email protected].

Pre-requisites:

  1. A valid install of java 6+
  2. git
  3. if you are running windows only install sbt using the msi installer

Getting scala and validating your environment:

git clone https://github.com/markhibberd/lambdajam-functional-programming-in-scala.git
cd lambdajam-functional-programming-in-scala
./sbt test   # (or just sbt test under windows)

This may take a few minutes. It will:

  1. Download the sbt build tool.
  2. Download the required versions of scala.
  3. Compile the main and test source code.
  4. Run the tests.

You should see success output, no errors and, an exit code of 0.

Editors for working with scala.

You should come armed with a good text editor.

Anything that you can navigate around quickly should be fine, but if you prefer an IDE, you can use the eclipse based scala-ide or intellij with the scala and sbt plugins installed.

You can generate project files for intellij with:

./sbt 'gen-idea no-classifiers'

You can generate project files for eclipse with:

./sbt eclipse

lambdajam-functional-programming-in-scala's People

Contributors

markhibberd avatar tonymorris avatar

Stargazers

 avatar kenji yoshida avatar David Osborne avatar

Watchers

 avatar Franklin Chen avatar  avatar kenji yoshida avatar James Cloos 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.