• Post category:StudyBullet-3
  • Reading time:4 mins read


A quick easy guide to basic Elixir syntax

What you will learn

Basic Syntax of Elixir, Variables, IO puts, commenting, concatenations, Data Types

Strings

Math

User Input

Decision-Making, Relational & Logical Operators

Lists, Tuples & Maps

Enumberables

Modules & Functions

Loops

Description

In this course, I’ll be explaining simple concepts of coding in Elixir. You’ll learn all the basics: printing to screen, creating variables, getting using input, doing simple math, conditionals, lists, enums, etc. This is a simple steady-paced course that can be effective for anyone who has an interest in coding in Elixir. You could be someone with experience in another language or someone entirely new to coding.

I’ll be teaching using an online IDE, called replit, which serves its purpose great. You can sign-up for free, create a repl, and start following along with the lectures in a few minutes.

“Elixir” is used by many companies, for example, Adobe, Discord, Moz, and the Financial Times. It has many applications, and in this course, we’ll be sticking to the basics.


Get Instant Notification of New Courses on our Telegram channel.


I will be explaining code snippets and there will be a link to the repl that I’m discussing in the lecture resources. You can then fork it, and change the names and arguments in the code to come up with additional examples for each concept. Or you can use copy/paste.

This course is a beginner-friendly breeze and will allow anyone to effectively grasp the core concepts of Elixir in just a short amount of time.

English
language

Content

Introduction
Replit
Hello World!
Strings
Math
User Input & Decision-Making
User Input
Relational & Logical Operators
Decision-Making
Lists, Maps, Tuples
Lists
Maps
Tuples
Enumerable, Functions
Enumerables
Functions