Download List

Project Description

Elmer allows Python code to run from C or Tcl as if it was written in C or Tcl. Elmer generates "glue" code that embeds an interpreter for one type of language into an extension for another. Elmer allows function calls and various data types, both native and custom, to pass transparently between the two languages.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-04-21 18:57
1.1.0

A C mode bug involving the use of Py_XDECREF was fixed. A backwards-compatible C mode enhancement was added, which allows the user to let elmer return unique object IDs for referencing objects in C. (See the "readerMain.c" example in the manual.) The detection of a Python installation in configure was improved. The --enable-frozen option now defaults to "no" for configure. The documentation was updated.
Tags: Minor feature enhancements

2003-04-07 12:17
1.0.2

This version adds a configure script and supporting changes.
Tags: Minor feature enhancements

2003-01-25 00:44
1.0.1

Tags: Initial freshmeat announcement

Project Resources