ドットインストール代表のライフハックブログ
元ネタ:関数にlocalな変数を作る。あとbyte compilerのwarningsを抑える - IMAKADO::BLOG レキシカルスコープに関数を定義するとバイトコンパイル時に,警告がでます。 (lexical-let ((count 0)) (defun my-inc-count () (incf count)) (defun my-reset-count () (setq count 0)) (defun my-get-count () count)) (my-inc-count) (my-inc-count) (my-get-count) ;2 (my-reset-count) (my-get-count) ;0 引用したブログ記事では,このコードでの"Warning: the following functions are not known to be defined:
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く