tool: Header2Scheme


Language:
C++/Scheme
Version:
1.1
Parts:
Includes a modified Scheme (libscheme?) which is used to manipulate C++ objects described by ANSI C++-Compliant header files
Author:
Kenneth B Russell: kbrussel@media.mit.edu
Location:
http://www-white.media.mit.edu/~kbrussel/Header2Scheme/
Description:
Header2Scheme is an automatic C++ to Scheme (SCM) foreign function interface generator. It is a tool for creating a simple, consistent Scheme interface to a large number of C++ classes.

Header2Scheme works by traversing a directory tree containing header files for a C++ class library and creates code which implements a backend for a Scheme interface to the public interfaces of the described classes. It has been successfully used to generate Ivy, a Scheme interface to the Open Inventor 3D graphics toolkit.

Updated:
November 15th, 1995

Related Items

category: lisp family summary, or expanded.


This work supported by Idiom Consulting. Idiom is a full-service ISP, providing Internet access in Northern California and Web hosting worldwide.

Please send updates to free-compilers@idiom.com

The HTML is maintained by David Muir Sharnoff and the entries themselves are currently maintained by Bryan Miller.

Copyright (c) 1992-1998 David Muir Sharnoff, All Rights Reserved
Copyright (c) 1994-1996, Steven Allen Robenalt, All Rights Reserved