Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
Talking about modules and delivery
Davis H., Parquier P., Séniak N. ACM SIGPLAN Lisp PointersVII (3):113-120,1994.Type:Article
Date Reviewed: Aug 1 1995

The design of languages in the LISP family generally provides little support for a real module system and the possibility of delivering stripped-down, closed applications; indeed, most implementations call for a single “world” in which the application and the tools used to develop it (compiler, interpreter, debugger, and so on) coexist in the same core image. In this research and experience paper, the authors present the module system TALK, a new LISP dialect that was designed by listening to industrial users.

TALK program units are modules, libraries, and executables, just as in C. Each module has an associated description file that lists the exported entities, the modules and libraries necessary for the execution of the module, and the modules and libraries necessary for its compilation. Indeed, one of the main features of this module system is the clear separation of the execution environment from the compilation environment. The TALK system comes with an analysis tool that automates most, if not all, of the management of these description files.

I like this paper because it provides a sound, simple, and well-justified solution to one of the main hindrances to using LISP to develop industrial applications. Of course, it does not follow the traditional approach, but the authors (and their customers) show that it is quite effective. The paper is well written and I recommend it to both potential customers and competitors of TALK.

Reviewer:  M. Jourdan Review #: CR118660 (9508-0599)
Bookmark and Share
 
Lisp (D.3.2 ... )
 
 
Compilers (D.3.4 ... )
 
 
Modules And Interfaces (D.2.2 ... )
 
 
Programming Environments (D.2.6 )
 
Would you recommend this review?
yes
no
Other reviews under "Lisp": Date
LISP
Foderaro J. Communications of the ACM 34(9): 271991. Type: Article
Dec 1 1992
Lisp systems in the 1990s
Layer D., Richardson C. Communications of the ACM 34(9): 48-57, 1991. Type: Article
Dec 1 1992
The architecture of Lisp machines
Pleszkun A., Thazhuthaveetil M. Computer 20(3): 35-44, 1987. Type: Article
Aug 1 1988
more...

E-Mail This Printer-Friendly
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy