エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Erlang: An Introduction to Records
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Erlang: An Introduction to Records
Internally Erlang has only two internal compound data types: lists and tuples. Neither of these d... Internally Erlang has only two internal compound data types: lists and tuples. Neither of these data types support named access, so creating associative arrays a la PHP, Ruby, or Python is an impossibility without additional libraries. That is, in Ruby, I could do: server_opts = {:port => 8080, :ip => '127.0.0.1', :max_connections => 10} while in Erlang there's no such support at the language (syn

