;; 型を確認する (typep 27 ‘integer) ;; – […]

Read more...

§1532 · Posted By · 3月 19, 2014 · Development · (No comments) · Tags: , , , ,


    ANSI Common Lisp (スタンダードテキスト) より   & […]

Read more...

§1530 · Posted By · 3月 19, 2014 · Development · (No comments) · Tags: , , , ,


    専門書を読みながら Common Lisp を勉強していると、本の最初の方に書いて […]

Read more...

§1484 · Posted By · 3月 12, 2014 · Development · (No comments) · Tags: , , , , ,


    必須パラメータ、付加パラメータ(&optional)、rest パラメー […]

Read more...

§1481 · Posted By · 3月 12, 2014 · Development · (No comments) · Tags: , ,


      すごく自分用のメモです。     #! /usr […]

Read more...

§1468 · Posted By · 2月 27, 2014 · Development · (No comments) · Tags: , , ,


  文字コードって本当に面倒だよね。   僕が実際仕事するときは何も考えなくていいように扱 […]

Read more...

§1248 · Posted By · 1月 11, 2014 · Development · (No comments) · Tags: , , ,


  PDFからプレーンテキストを抜き取る(pdftotext)コマンドなんかが使えるようになるライブ […]

Read more...

§1091 · Posted By · 1月 26, 2013 · Development · (No comments) · Tags: , , ,


  小数点のある数値リテラルを int すると小数点以下は切り捨てされる     […]

Read more...

§1061 · Posted By · 12月 11, 2012 · Development · (No comments) · Tags: , ,


  例えば、CSVのカラム行、つまり1行目だけ欲しければ、行番号が格納されてる変数 $. に 1 を […]

Read more...

§1057 · Posted By · 12月 11, 2012 · Development · (No comments) · Tags: ,


  例えばあるHTML文書の中に埋め込まれた画像の情報を抜き出したいとします。   画像に […]

Read more...

§1047 · Posted By · 12月 10, 2012 · Development · (No comments) · Tags: , , ,