The Eulisp YY module

The YY interface requires a number of extra C level functions, which are compiled and linked to make a distinct executable called 'look' or similar in the distribution.

These C functions can be accessed via the YY module, together with some functions to make them simpler to use. This module should contain all the necessary functions to connect and run a YY session. Any function that is not included in the module but defined within the YY protocol specification should be in the module, although several have not yet been implemented in the server and therefore cannot be used by the module. The details of the connection to the server, including a description of the low level interface are described in a later section.



Subsections