Previous Up Next

Chapter 1  Introduction

This manual contains the information needed to interface ECLiPSe code to C, C++ or Java environments, or to use it from within scripting languages such as Tcl. ECLiPSe is available in the form of a linkable library, and a number of facilities are available to pass data between the different environments, to make the integration as close as possible.

It also contains information on interfacing to external software systems, such as database management systems.

Example sources can be found in the ECLiPSe installation directory under doc/examples.


Previous Up Next