KTH ID1019 - Exercises
  • Functional and Concurrent Programming
  • Introduction
    • Getting Started with Elixir
    • Recursion
    • Lists
    • Sorting
    • Binary encoding
    • Calculate
    • Derivatives
  • Lambda Calculus
    • Lambda Calculus
    • Operational Semantics
    • Semantics
  • Trees
    • Binary Tree
    • 2-3 Tree
    • AVL Tree
    • Splay Tree
  • Data Structures
    • Morse Encoding
    • LZW Encoding
    • Ray Tracer
  • Concurrency
    • Elixir Concurrency
    • Mutual Exclusion
    • Network Transport Layer
    • Bitonic sorter
  • Seminars
    • Huffman Encoding
    • Meta-Interpreter
    • Mandelbrot Fractal
    • Philosophers and Concurrency
    • Small Web Server
  • Problems
    • Functional Programming
    • Concurrency
Powered by GitBook
On this page

Introduction

To get started you should install Elixir and choose an editor that you wan to use in the development of your programs. In the beginning you will only do small programs so it is not very important that you have an advanced environment for code development - you do however need an editor with support for Elixir syntax. Compiling files etc can be done from the Elixir shell.

PreviousFunctional and Concurrent ProgrammingNextGetting Started with Elixir

Last updated 5 years ago