サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
猛暑に注意を
gist.github.com/kachayev
concurrency-in-go.md Channels Are Not Enough ... or Why Pipelining Is Not That Easy Golang Concurrency Patterns for brave and smart. By @kachayev Intro Go was designed for building concurrency applications easily so it has goroutines for running independent computations and channels to communicate with each other. We've all heard this story before. All examples and tutorials look just fine: we can
css-parser.md Parsing CSS file with monadic parser in Clojure Inspired by "Parsing CSS with Parsec". Just quick notes and code that you can play with in REPL. By @kachayev 0. Intro What do we have? .container h1 { color: rgba(255, 0, 0, 0.9); font-size: 24px; font-family: Monaco; } What do we want to get? {:selector ".container h1", :rules ({:key "color", :value "rgba(255, 0, 0, 0.9)"} {:key "font
このページを最初にブックマークしてみませんか?
『gist.github.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く