fixedpoint.jp


Google Common Lisp Style Guide で触れられていること (2013-11-08)

Google が公開している style guide の1つに Google Common Lisp Style Guide があります。

内容としては Common Lisp でのプログラミングについて有益なアドバイスが根拠とともに述べられているわけですが、その中で

The Lisp system we primarily use, SBCL, is very picky and signals a condition whenever a constant is redefined to a value not EQL to its previous setting.

されています。実際、author のうちの1人があるインタビューで答えているようにCMUCL から SBCL ないし CCL を使うようになったようです。


© 2006-2023 fixedpoint.jp