ACM Home Page
Please provide us with feedback. Feedback
Embedding a Tcl web server into APL
Full text PdfPdf (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
Tilman P. Otto  Paul-Martin-Ufer 13, 68163 Mannheim, Germany
Sponsors
: NY Special Interest Group for the APL Programming Language (the NYC area APL chapter of ACM)
SIGAPL: ACM Special Interest Group on APL Programming Language
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 2,   Downloads (12 Months): 9,   Citation Count: 0
Additional Information:

abstract   references   index terms   peer to peer  

Tools and Actions: Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/570407.570415
What is a DOI?

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


Peer to Peer - Readers of this Article have also read: