Re: [Bug-apl] Python Interface

2019-06-16 Thread Christian Robert
If I configure with: --with-libpython_apl it says: configure: WARNING: unrecognized options: --with-libpython_apl If I configure with: --with-python it fail in #include(no such file or directory) probably because of hard coded "-I/usr/include/python3.4m" which does not exist on my system.

Re: [Bug-apl] Python Interface

2019-06-16 Thread enztec
What would it take to do this also with fpc? (freepascal) i am calling cli apl from fpc aprocess.execute which creates a nice shell (like executing cli apl in a bash shell) --- pretty fantastic thing you did with this gnu apl (time to renew my annual vows) the python interface will surely be f

Re: [Bug-apl] Python Interface

2019-06-16 Thread Dr . Jürgen Sauermann
See below On 6/16/19 10:22 PM, enz...@gmx.com wrote: what on earth is this python of which you speak? His first name is Monty and he's a British comedian. c/c++ ? i didn't think they had any other use then creating buffer overflows a

Re: [Bug-apl] Python Interface

2019-06-16 Thread enztec
what on earth is this python of which you speak? c/c++ ? i didn't think they had any other use then creating buffer overflows and keeping gcc lang devs off welfare? (court ordered community service or something?) erlang? is that lisp++ ? On Sun, 16 Jun 2019 21:42:30 +0200 Dr. Jürgen Sauerma

[Bug-apl] Python Interface

2019-06-16 Thread Dr . Jürgen Sauermann
Hi, in following a suggestion by Kumar Ramanathan, I have created a Python interface for GNU APL. With that interface you can execute APL code, create APL defined functions, etc.  from Python. Similar to libapl for C/C++ or to the Erlang interface.