タグ idiom
人気順 10 users 50 users 100 users 500 users 1000 usersPerformance comparison: counting words in Python, Go, C++, C, AWK, Forth, and Rust
Performance comparison: counting words in Python, Go, C++, C, AWK, Forth, and Rust March 2021 Summary: I describe a simple interview problem (counting frequencies of unique words), solve it in various languages, and compare performance across them. For each language, I’ve included a simple, idiom... 続きを読む
Gガンダムの石破天驚拳の由来
Gガンダムの石破天驚拳が『石破・天驚拳』じゃなくて『石破天・驚拳』であることは意外と知られていない(元ネタの武侠小説の主人公の通り名が「石破天」さんで、石破天さんもビックリのすごい拳って意味だよ)— あろまーら (@aromara1) 2017年6月27日 普通にこっちじゃねえの。 https://dictionary.goo.ne.jp/leaf/idiom/%E7%9F%B3%E7%A0%B4... 続きを読む
おそらくはそれさえも平凡な日々: PerlのIdiomをCPANモジュールを使って可読性を高くしてみる
今年からKayac技術部では以前以上にPerlを推進する方向で進めています。そんな中でこれまでPerlを書いたことのないエンジニアにもPerlを書いてもらうことも多くなってきたのですが、PerlのIdiomがやはりわかりづらいんだなぁということを感じています。 割りとサクッとやっつけでコードを書くことが出来るのもPerlの良い点ですが、まあ分かりづらいよね...、と言うことで最近はPerlに慣れな... 続きを読む
'or BAIL_OUT' idiom - "><xmp>It's in beta
ok(), is(), and other functions exported by Test::More returns 1 if succeeded, 0 otherwise. So you know the idiom using this return value ok($foo) or diag Dumper($stuff);And today, i introduce a "subt... 続きを読む