| Embedding a Tcl web server into APL |
| Full text |
Pdf
(437 KB)
|
| Source
|
International Conference on APL
archive
Proceedings of the 2001 conference on APL: an arrays odyssey
table of contents
New Haven, Connecticut
Pages: 71 - 76
Year of Publication: 2001
ISBN:1-58113-419-3
Also published in ...
|
|
Author
|
|
| Sponsors |
|
| Publisher |
|
| Bibliometrics |
Downloads (6 Weeks): 6, Downloads (12 Months): 16, Citation Count: 0
|
|
|
ABSTRACT
Tcl stands for Tool Command Language. It is a script language, but unlike the well-known perl, it is also an extensible interpreter that is designed to be easily embedded into other applications. The Tcl source code is available from the Internet and the package can be used freely even in commercial applications. In addition to its condensed notation and simple syntax, APL's strength is its powerful array handling capacity. Tcl is based on string handling and very strong on gluing different pieces of software together. It is especially the many available Tcl extensions for GUI, network, database, HTML and XML support, which make the combination of APL and Tcl very attractive.With the implementation of a few new APL system commands into the APL2C system, it is possible to create one or several Tcl interpreters from within APL. As each of the Tcl interpreters runs on its own thread, a synchronization mechanism is provided for the communication between APL and Tcl. As an example, a Tcl web server with an APL backbone has been realized to demonstrate the power of the combination between APL and Tcl.
REFERENCES
Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.
| |
1
|
ISO/IEC 9899: 1990. ISO C Standard. ISO Central Secretariat, Case postale 56, 1211 Geneva 20, SWITZERLAND
|
 |
2
|
|
| |
3
|
|
| |
4
|
Tcl Homepage. www.scriptics.com
|
 |
5
|
|
| |
6
|
|
|