2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Elixirからプログラミングを始める人向けリンク集

Last updated at Posted at 2021-10-14

内容

昔なつかし?リンク集

本記事の対象

Elixirからプログラミングを始める人

インストール方法

公式が最強
https://elixir-lang.jp/install.html

入門書

紙の本・電子書籍両方あります。

入門用記事

fukuoka.exイチオシ

Excelから!

Elixir School

これが全部ではないけど
基本〜Mixまでをある程度理解していれば
webのElixirやPhoenix記事はなんとか読めるようになる

基本 数字や文字列、+-*/の扱いとか

コレクション 他の言語で言う配列とかマップとか

Enum コレクションを扱うモジュール

パターンマッチング

制御構造 パターンマッチングに慣れると使わなくなってくるもの

関数 匿名関数と名前付き関数の作り方

パイプ演算子 使い慣れるととても便利

モジュール コードの量が増えた時に読みやすくする書き方

Mix プロジェクトと言う本格的なプログラムを書く時のディレクトリとファイルのかたまりを扱うもの

参考記事

Enum

その他

英語が読めるなら面白い記事

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?