@mizchi | AOAI DevDay 2025
猿がタイプライターの鍵盤をいつまでもランダムに叩きつづければ、ウィリアム・シェイクスピアの作品を打ち出す
※ 適当に名前をつけています
Approaching Usage Limit...
docs/*
TODO.md
https://github.com/mizchi/readability
oxc_parser
it.skip(...)
cargo bench
-- 「nに0を足してもn」という帰納法を使った証明 theorem add_zero (n : Nat) : n + 0 = n := by exact Nat.add_zero n -- 標準ライブラリの定理を使用
-- Ability(EffectSystem) helloWorld : '{IO, Exception} () helloWorld _ = printLine "Hello World"
ucm> edit helloWorld
scratch.u
ucm> update
ls | weher type == file | sort-by size | reverse
jq
git notes
> add a:Int b:Int -> Int = { a + b }; test { add 1 2 == 3 }
deno run --deny-env --allow-ent code.ts