Common Lisp基礎文法最速マスター逆引きCL:Common Lisp基礎文法最速マスターへ移動しました Last modified : 2018/06/24 16:06:56 JSTPowerd by WiLiKi 0.6.1 on Gauche 0.9.10
2009年09月18日 CommonLispでYahoo!知恵袋APIを呼び出してみる。 最近、自分のなかでCommonLisp熱が再び上がってきている。というわけでYahoo!知恵袋APIを呼び出すテストとしてこんな物を作ってみました。drakmaとcl-ppcreでYahoo!知恵袋の質問を検索し、 その結果を出力するプログラムです。 ;;;file: tiebukuro.lisp ;;;Author: Pocket ;;;Date : 2009/09/18 (defpackage :tiebukuro-search (:use :common-lisp :drakma :cl-ppcre) (:export #:print-question)) (in-package :tiebukuro-search) (defun search-question (word) "Yahoo!!知
CL-PPCRE - Portable Perl-compatible regular expressions for Common Lisp Abstract CL-PPCRE is a portable regular expression library for Common Lisp which has the following features: It is compatible with Perl. It is pretty fast. It is portable between ANSI-compliant Common Lisp implementations. It is thread-safe. In addition to specifying regular expressions as strings like in Perl you can also use
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く