Hi all,

I am now creating a project to use Python to test gretl (features and regression testing, for example), but that will be more detailed in other emails (closed list).

As far as I know there is only one complete example on how to use libgretl. It is in Data I-O, and no pointers for it. I propose to have a section with functional examples, and from different languages.

Here is my Python version of the above mentioned example:
$ python calling_libgretl_example.py
Read data from /usr/local/share/gretl/data/data9-1.gdt OK
Full data range: 1951:03 - 1953:08 (n = 30)

Listing 5 variables:
  0) const     1) demand    2) income    3) price     4) temp   

---
The file is attached (not in UTF-8 :) ).

Proposed languages are Python, C++, and Java (it may need a wrapper).

What you think?