@peccul is peccu

(love peccu '(emacs lisp cat outdoor bicycle mac linux coffee))

ASDFとQuicklispとRoswellとqlotで利用する(インストールする)パッケージの場所

前の記事でわからない部分をまとめたので、少しずつ調べる。 peccu.hatenablog.com (そろそろorg-modeでブログ書きたい)

RoswellとQuicklispが簡単で便利ゆえに中身を気にしていなかった。 背景にある仕組みを理解すればパッケージ周りは多少解決できるのではないだろうか。

結論は、qlot使えば良さそうなことがわかった。

続きを読む

Common Lisp勉強中にわかりにくかったところと、まだわかっていない部分

これまででわかりにくかったところと、まだわからないところ。

  • 追記:redditTwitterにていただいた助言を追加
  • 追記2:構造体の make-* を追加
続きを読む

Caveman2を試しに起動し、pm2でプロセス管理してみるところまで

Common Lispでウェブアプリを作りたい。これは雛形を生成してサーバーを起動するまでの話。

ningleとCaveman2の違いがわからず迷ったが、READMEのこの文より Caveman2 を選んだ。

One of the most frequently asked questions was "Which should I use ningle or Caveman? What are the differences?" I think it was because the roles of them were too similar. Both of them are saying "micro" and no database support.

Caveman2 is no more "micro" web application framework. It supports CL-DBI and has database connection management by default. Caveman has started growing up.

github.com

続きを読む