Hi all, I'd like to announce that a new version of Python interface for ECLiPSe was released. http://pyclp.berlios.de/ (Documentation site) http://developer.berlios.de/projects/pyclp/ (Project site) https://pypi.python.org/pypi/PyCLP (PyPi repository) Version 0.8 *********** **Bugs** * PList not handling correctly initialization with nested list (Fixed). **Enhancements** * Added capability to create Prolog List (PList) with any kind of tail. (before was supported only empty list tail) * Prolog lists that have a tail different from empty list (a.k.a. nil list) are converted to PList. * Added ``getListTail`` function to PList to get the tail of a prolog list. * ``call_python_function/2`` predicate can be used in any module by importing pyclp module (``:- import pyclp``.) **Incompatibilities** * A prolog empty list is converted to a PList. In previous version it was converted to a standard empty tuple. Version 0.7 *********** * Fixed bug ``019229 inconsistency in treating 0 (zero)`` (thanks to Federico Ferri). Best Regards Oreste BernardiReceived on Sat Jan 18 2014 - 20:16:05 CET
This archive was generated by hypermail 2.2.0 : Sat Feb 01 2014 - 06:13:37 CET