misoca / reading_programming_elixir

プログラミングElixir読書会のレポジトリ
1 stars 0 forks source link

with 式 #18

Open suer opened 5 years ago

suer commented 5 years ago
with x = ...
do
   ..
end

が Ocaml とかの

let x = ...
in ...

と似ててかっこいい。

この構文はよく使うのかな?

thara commented 5 years ago

わかる。HaskellのdoとかScalaのfor思い出した