Code Monkey home page Code Monkey logo

elixir-basics-workshop's Introduction

Elixir Basics Workshop

From the Boulder Elixir Meetup on 2015-01-28.

Welcome to the Elixir Basics Workshop!

Purpose

The goals of this workshop are to:

  • Learn basic syntax & how to work with Elixir
  • Be able to solve simple problems
  • Be exposed to Elixir's core features
  • Be inspired to go home and learn more

You will learn about:

  • iex, Elixir's interactive shell
  • Variables & pattern matching
  • Control flow: if & case
  • Functions named & anonymous
  • Lists & Maps
  • The amazing pipe character
  • Organizing code into modules & files
  • Recursion

Up & Running

Prerequisites

In order to get the most out of this workshop, you will need:

  • Some coding experience with another language
  • A laptop set up with a code editor
  • Install Elixir with Homebrew (on Mac) $ brew install elixir
  • Other platforms, follow these instructions: http://elixir-lang.org/install.html
  • Syntax highlighting for elixir: vim, sublime, etc.

Useful links:

Getting Started

You should start by cloning this repository to your local machine.

$ git clone [email protected]:boulder-elixir/elixir-basics-workshop.git

Once you have it cloned, open the index.html file to view the presentation. At the exercise prompts, complete them in either iex or in the file lib/workshop.ex as requested.

Tests are provided for the exercises as well as some of the examples. Uncomment them if necessary and run all tests with $ mix test in the root folder.

Further Reading

elixir-basics-workshop's People

Contributors

abprash avatar davidkovsky avatar tracehelms 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.