

| |||||||
|
You are here: Root > By Topic > Data structures
The DEFTABLE macro unifies the interface to Common Lisp's table-like data structures (e.g., association lists, property lists, and hash tables, vectors), providing a concise, lightweight syntax. Later, when it's time to tune the performance of your program, you can specify how each table type will be implemented. For the purpose of this program, a table is anything you can put key/value pairs into and subsequently retrieve the value using the key.
| Web site | http://www-cgi.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/ext/tables/0.html |
| Mailing list | |
| Version | 1992 - |
| Maturity | Stable |
| OS compatibility | |
| ASDF installable | No |
| Official Download | http://www-cgi.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/code/ext/tables/tables.tgz |
| Mirrored Download | |
| Source code repository |
Version: 1992
Ports: Portable
Copying: Copyright 1992 by Sun Microsystems Inc. (Sun).
Use, copying, modification, and distribution permitted.
Updated: Thu Nov 10 23:01:35 1994
CD-ROM: Prime Time Freeware for AI, Issue 1-1
Author(s): Peter Norvig
Harlequin Inc.
1010 El Camino Real, Suite 310
Menlo Park CA 94025
Tel: 415-833-4022
Fax: 415-833-4111
Keywords:
Authors!Norvig, Deftable, Lisp!Data Structures,
Lisp!Extensions
References:
Peter Norvig, "DEFTABLE: A Macro for Implementing Tables"
ACM Lisp Pointers 5(4):32-38, December 1992.
Data structures | Open Source | Language Extensions
You must be logged to add a note
You must be logged to add a comment