たとえば、つぎのようにパイプ演算子|>で続く処理の間にIO.inspect/2を挟んで、値がどのように変わるのか確かめられます。これにより結果が変わることはありません。 defmodule Example do def square_sum(first, last) do for i <- first..last do i end |> IO.inspect |> Enum.map(fn x -> x * x end) |> IO.inspect |> Enum.sum end end
たとえば、つぎのようにパイプ演算子|>で続く処理の間にIO.inspect/2を挟んで、値がどのように変わるのか確かめられます。これにより結果が変わることはありません。 defmodule Example do def square_sum(first, last) do for i <- first..last do i end |> IO.inspect |> Enum.map(fn x -> x * x end) |> IO.inspect |> Enum.sum end end
Follow @snajper47 When I teach OTP I always show observer application. Observer is a graphical user interface capable of displaying supervision trees and providing information about processes. It is really cool to show how processes get restarted and what structure they follow. It is also suitable for using with production systems too! Erlang example for teaching purposes You can start observer by
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く