𝔖 Bobbio Scriptorium
✦   LIBER   ✦

Slisp: A Flexible Software Toolkit for Hybrid, Embedded and Distributed Applications

✍ Scribed by JAMES F. BRINKLEY; JEFFREY S. PROTHERO


Publisher
John Wiley and Sons
Year
1997
Tongue
English
Weight
116 KB
Volume
27
Category
Article
ISSN
0038-0644

No coin nor oath required. For personal study only.

✦ Synopsis


We describe Slisp (pronounced 'Ess-Lisp'), a hybrid Lisp-C programming toolkit for the development of scriptable and distributed applications. Computationally expensive operations implemented as separate C-coded modules are selectively compiled into a small Xlisp interpreter, then called as Lisp functions in a Lisp-coded program. The resulting hybrid program may run in several modes: as a stand-alone executable, embedded in a different C program, as a networked server accessed from another Slisp client, or as a networked server accessed from a C-coded client. Five years of experience with Slisp, as well experience with other scripting languages such as Tcl and Perl, are summarized. These experiences suggest that Slisp will be most useful for mid-sized applications in which the kinds of scripting and embeddability features provided by Tcl and Perl can be extended in an efficient manner to larger applications, while maintaining a well-defined standard (Common Lisp) for these extensions. In addition, the generality of Lisp makes Lisp a good candidate for an application-level communication language in distributed environments.


πŸ“œ SIMILAR VOLUMES


Distributed BACI: a toolkit for distribu
✍ Burdette, Steven; Camp, Tracy; Bynum, Bill πŸ“‚ Article πŸ“… 2000 πŸ› John Wiley and Sons 🌐 English βš– 139 KB πŸ‘ 1 views

We have built a distributed Ben-Ari Concurrent Interpreter (distributed BACI), which provides easy-touse commands to implement distributed algorithms. In distributed BACI, a send process, receive process, and interpreter process combine to provide the distributed system functionality necessary to im