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.
| Tags | Software Development Code Generators |
|---|---|
| Licenses | MIT/X |
| Operating Systems | Unix |
| Implementation | C Python Tcl |


Release Notes: 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.


Release Notes: This version adds a configure script and supporting changes.


No changes have been submitted for this release.