kamonama@Blogger
2015年6月21日日曜日
SBCL での defclass slot の :type オプションの挙動
›
defclass の slot には、:type オプションを指定することができる。 期待としては、:type オプションを指定した場合、指定した型を満たさない値を代入しようとすると、エラーとなって欲しい。ところが、SBCL ではそのようにならない。 (defclass...
2015年4月28日火曜日
A native compiler for 8-bit PIC microcontroller in Common Lisp
›
I presented a native compiler for 8-bit PIC microcontroller written in Common Lisp at Lisp Meet Up #27. You can see its source code here ...
2015年3月4日水曜日
A list of Physics-Based Animations
›
Here shows a list of physics-based animations I computed and rendered, including fluid, rigid body and their coupling simulation. Movies are...
2015年3月1日日曜日
PIC - PIC Is a Compiler for 8-bit PIC micro controllers
›
PIC is a native compiler for 8-bit PIC micro controllers written in Common Lisp. The host language is a pretty small subset of ML-like lan...
2014年12月1日月曜日
Swank RPC プロトコル
›
Swank RPC プロトコルは、SLIME と Swank との間で用いられる、テキストベースの非同期通信プロトコルです。 SLIME は、Common Lisp でアプリケーションを開発するための Emacs モードで、IDE(統合開発環境)と呼べるほど強力な機能を備えて...
2014年5月30日金曜日
cl-coroutine: a coroutine library for Common Lisp
›
CL-COROUTINE is a coroutine library for Common Lisp. It uses CL-CONT continuations library in its implementation. https://github.com/takag...
SBCL (Steel Bank Common Lisp) のビルドプロセス
›
SBCL のビルドプロセスの外観 Common Lisp の実装の1つである SBCL (Steel Bank Common Lisp) のビルドプロセスは、Allegro Common Lisp や LispWorks といった、イメージベースでそれ自身の上でのみビルド可...
2014年5月20日火曜日
Cl-reexport: symbol reexporting library for common lisp
›
Cl-reexport is a library to reexport symbols which are external symbols in other packages. It is valuable when virtually construct package ...
›
ホーム
ウェブ バージョンを表示