Hari Ini: 86 Bulan Ini: 475 Tahun Ini: 12169 Total Pengunjung: 12891 Perangkat anda: Desktop STATISTIK PENGUNJUNG
Hari Ini: 86 Bulan Ini: 475 Tahun Ini: 12169 Total Pengunjung: 12891 Perangkat anda: Desktop STATISTIK PENGUNJUNG
At Carbon Five, we’ve been getting excited about Elixir and Phoenix – with its promise of the productivity of Ruby and Rails without the performance penalty. We’ve used it for a few of our internal projects with great success, but we’re always wary of any new technology’s hype cycle. We wanted a bit more experience working with Elixir on a real project. We recently had the opportunity to do so. Th
It’s common that our first experience with debugging in a new language is by printing values to the terminal. Elixir isn’t different: we can use IO.puts/2 and IO.inspect/2. However, Elixir also provides other approaches to debugging. In this blog post, we’ll show you other 2 options: IEx.pry/0 and :debugger. IEx.pry The name “pry” is an old friend in the Ruby ecosystem but it has a different behav
Okay, you’ve been delving into Elixir. That’s good! 🙂 Of course the first question that pops up in your head is not about immutability, concurrency nor functional programming. It is How can I quit the Elixir shell? Today this question will be answered. Ctrl-C When you start your iex sessions, you are greeted with: Interactive Elixir (1.2.2) - press Ctrl+C to exit (type h() ENTER for help) iex(1)>
12. lib/iex/mix.exs def application do [registered: [IEx.Supervisor, IEx.Config], mod: {IEx.App, []}, env: [ autocomplete_server: IEx.Server, colors: [], inspect: [], history_size: 20, default_prompt: "%prefix(%counter)>", alive_prompt: "%prefix(%node)%counter>"]] end
IEx v1.0.5 IEx Elixir’s interactive shell. This module is the main entry point for Interactive Elixir and in this documentation we will talk a bit about how IEx works. Notice that some of the functionality described here will not be available depending on your terminal. In particular, if you get a message saying that the smart terminal could not be run, some of the features described here won’t wo
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く