login

editSWI-Prolog 2-Way interface to .NET/Mono

Introduction*

This is an overview of an interface which allows SWI-Prolog programs to dynamically create and manipulate .NET objects.

Here are some significant features of the interface and its implementation:

Example

?- use_module(library(swicli)).

?- cliCall('System.Threading.ThreadPool','GetAvailableThreads'(X,Y),_).

X=499, Y=1000

Doc root will be findable from http://code.google.com/p/opensim4opencog/wiki/SwiCLI

author
- Douglas Miles
See also
- CSharp.txt