STklos Reference Manual 1. Introduction |
STklos is the successor of STk [6], a Scheme interpreter which was tightly connected to the Tk graphical toolkit [11]. STk had an object layer which was called STklos. At this time, STk was used to denote the base Scheme interpreter and STklos was used to denote its object layer, which was an extension. For instance, when programming a GUI application, a user could access the widgets at the (low) Tk level, or access them using a neat hierarchy of classes wrapped in STklos. Since the object layer is now more closely integrated with the language, the new system has been renamed STklos and STk is now used to designate the old system. Compatibility with STk: STklos has been completely rewritten and as a consequence, due to new implementation choices, old STk programs are not fully compatible with the new system. However, these changes are very minor and adapting a STk program for the STklos system is generally quite easy. The only programs which need heavier work are programs which use Tk without objects, since the new preferred GUI system is now based on GTK+ [2]. Programmers used to GUI programming using STklos classes will find that both system, even if not identical in every points, share the same philosophy.
1.2.1 IdentifiersIn STklos, identifiers which start (or end) with a colon
" 1.2.2 CommentsThere are four types of comments in STklos:
1.2.3 Other NotationsSTk accepts all the notations defined in R5RS plus
See the original R5RS document for more informations on
the basic concepts of the Scheme Programming Language. |
This Html page has been produced by
Skribe.
Last update Tue Nov 30 12:10:39 2004.