In his keynote at ElixirConf last week, Chris McCord announced a new feature for the Phoenix web framework that caused many jaws to hit the floor, and had the hall buzzing when the talk was over. The new feature, tentatively called “LiveView”, allows developers to add dynamic, client-side interactions to web pages, using code that runs in Elixir on the server. Wait…what?If that doesn’t immediately
def asm_1(a, b) do OK.try do result <- case {a, b} do {a, b} when is_int64(a) and is_int64(b) -> asm_1_nif_ii(a, b) {a, b} when is_uint64(a) and is_uint64(b) -> asm_1_nif_uu(a, b) {a, b} when is_integer(a) and is_integer(b) -> asm_1_nif_bb(Asm.BigNum.from_int(a), Asm.BigNum.from_int(b)) {a, b} when is_int64(a) and is_float(b) -> asm_1_nif_if(a, b) {a, b} when is_uint64(a) and is_float(b) -> asm_1_
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く