申込締切日:1970年1月1日 (木) セマンティックWebが実現化してきた。Lispが持つパワフルなメタプログラミング機能は、セマンティックWebと相性が実に良い。Lispは、セマンティックWeb技術に不可欠な抽象データ(abstract data)操作が抜群に得意だ。当セミナーで ...
setf is a powerful macro in Common Lisp used for generalized assignment. It can assign values to variables, as well as more complex data structures like elements in lists, arrays, hash tables, and ...
Cons constructs memory objects which hold two values or pointers to two values. These objects are referred to as (cons) cells In Lisp, lists are implemented on top of cons pairs. More specifically, ...