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.
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
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
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
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.