Code Monkey home page Code Monkey logo

workshop's Introduction

README

Lab requirements

  1. Install git

  2. Install Erlang & Elixir (at least 1.3)

Verify your installations

Verify your installation by calling the executables git, erl and iex in your shell. Your erlang installation needs to be on OTP 19 and Elixir on 1.3.x or higher. Check the version by running iex:

~ λ iex
Erlang/OTP 19 [erts-8.0] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]

Interactive Elixir (1.3.2) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)>

Installing a lab

The repository for all labs is found at https://github.com/ericmj/workshop.

  1. git clone from your console

    $ git clone [email protected]:ericmj/workshop.git

  2. Enter the workshop directory

    $ cd workshop

  3. Enter the directory for the current lab named labN

    $ cd labN

Running tests

  • Run all tests for a project: $ mix test

  • Run all tests in a specific file: $ mix test test/my_test.exs

  • Run all tests on a specific file and line: $ mix test test/my_test.exs:42

Lab links

The individual labs can be found at the following URLs:

Elixir basics: https://github.com/ericmj/workshop/tree/master/lab1

TrueStory test library: https://github.com/ericmj/workshop/tree/master/lab2

Implement a chat: https://github.com/ericmj/workshop/tree/master/lab3

Processes: https://github.com/ericmj/workshop/master/tree/lab4

Process abstractions: https://github.com/ericmj/workshop/master/tree/lab5

Chat with processes: https://github.com/ericmj/workshop/master/tree/lab6

Test coverage: https://github.com/ericmj/workshop/master/tree/lab7

workshop's People

Contributors

batate avatar ericmj 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.