Re: GNU APL 1.9 Released

2024-07-09 Thread enztec
btw glad to see you quite using html email now i can read your replies On Thu, 4 Jul 2024 13:12:47 +0200 Dr. Jürgen Sauermann wrote: > That is correct. > > A GNU APL release is the state of the software at a point in time where > it is stable. > Stable means that all major trouble reports

Re: GNU APL 1.9 Released

2024-07-09 Thread enztec
this is only a small part of what the apl --cfg outputs and takes up valuable screen space when trying to work on different compiles the apl -v should show what the configure options are like gcc -v does On Wed, 3 Jul 2024 12:28:59 +0200 Dr. Jürgen Sauermann wrote: > Hi, > > *apl -v* should

Re: GNU APL 1.9 Released

2024-07-09 Thread enztec
On Thu, 4 Jul 2024 13:23:07 +0200 Dr. Jürgen Sauermann wrote: > The output of ./configure is somewhat lengthy and ./configure may fail > for many reasons, most of them caused by missing software. > > The summary at the end has 2 purposes: > > 1. it points the user to a particular portion of the

Re: GNU APL 1.9 Released

2024-07-09 Thread enztec
Jurgen why do you always evade answering significant problems? On Mon, 1 Jul 2024 12:08:50 +0200 Dr. Jürgen Sauermann wrote: > Hi, > > yes it is a snapshot of the current SVN. > No need to do anything if you update via SVN. > > Best Regards, > Jürgen > > > On 6/30/24 18:55, enz...@gmx.com

Re: GNU APL 1.9 Released

2024-07-03 Thread enztec
that is the definition of a very unhelpfull sparse summary not something usefull the point of a 'summary' is to make it easy to identify problems etc not to force someone to scroll/search through a large output message for the problem On Wed, 3 Jul 2024 12:16:15 +0200 Dr. Jürgen Sauermann

Re: GNU APL 1.9 Released

2024-07-03 Thread enztec
so it is really 2 weeks stable release? On Mon, 1 Jul 2024 12:08:50 +0200dp Dr. Jürgen Sauermann wrote: > Hi, > > yes it is a snapshot of the current SVN. > No need to do anything if you update via SVN. > > Best Regards, > Jürgen > > > On 6/30/24 18:55, enz...@gmx.com wrote: > > Hi, > > >

Re: GNU APL 1.9 Released

2024-07-02 Thread enztec
Hi another suggestion from apl -voutput config.status: default ./configure options might be good to have the options used to configure apl output here like gcc -v does --- in case someone is compiling with libapl.a (static libapl) you now need to add -lpng to the compile line

Re: GNU APL 1.9 Released

2024-07-01 Thread enztec
Hi i have another suggestion for the configure summary in the configure output i get checking for fftw3.h... (cached) no └ will affect: ⎕FFT disabled by: --with-pcre=no └ will affect: ⎕RE checking for GTK... no - (explicitly disabled by user) └ may affect: ⎕PLOT, will affect

Re: GNU APL 1.9 Released

2024-06-30 Thread enztec
Hi, is this apl-1.9.tar.gz just a tar.gz of the current svn or something labelled as a reak 'stable' release? since i assume you will be doing 'releases' from now on (?) - maybe calling it apl-2.0 would have been a better version number to start this new release scheme with rather then

Re: )copy used in apl script fails to recognize commented closing ⍝∇

2023-03-24 Thread enztec
enizer: No token for Unicode U+2207 (∇) > > Input: ∇f2 > > > > which is also the same error when running )copy in libapl with the > > apl_exec("∇f1"); line > > > > enztec

)copy used in apl script fails to recognize commented closing ⍝∇

2023-03-23 Thread enztec
for Unicode U+2207 (∇) Input: ∇f2 which is also the same error when running )copy in libapl with the apl_exec("∇f1"); line enztec fns.apl Description: Binary data

Re: fns creation using libapl (c code)

2023-03-19 Thread enztec
On Wed, 15 Mar 2023 12:28:09 +0100 Dr. Jürgen Sauermann wrote: > enztec, > > some more explanation of what is, to the best of my knowledge, happening. > > If you build GNU APL as a full interpreter, then is essentially consists of > two parts: an interactive frontend and

Re: fns creation using libapl (c code)

2023-03-14 Thread enztec
ay to define APL functions, which is fixed now. > > please test agains my code okay ? > No. please test my code and let me know precisely why it does > not fix your problem. > > enztec >

Re: fns creation using libapl (c code)

2023-03-14 Thread enztec
s the lack of a way to define APL functions, which is fixed now. > > please test agains my code okay ? > No. please test my code and let me know precisely why it does > not fix your problem. > > enztec >

Re: fns creation using libapl (c code)

2023-03-13 Thread enztec
Jürgen your code change didn't fix my problem and actually broke my workaround please test agains my code okay ? enztec On Sat, 11 Mar 2023 12:06:05 +0100 Dr. Jürgen Sauermann wrote: > Hi enztec, > > see *info libapl* (after make install). > > Best Regards, > Jürgen >

Re: fns creation using libapl (c code)

2023-03-10 Thread enztec
hi Jürgen sorry but would you mind giving me an example of how to use this new code? thanks On Fri, 10 Mar 2023 16:31:06 +0100 Dr. Jürgen Sauermann wrote: > Hi enztec, > > I have added fix_function() and fix_function_NL() to libapl. > They are ⎕FX equivalents on the C/C++ sid

Re: fns creation using libapl (c code)

2023-03-08 Thread enztec
Hi Jürgen thanks for the quick replies - i now have some free time the rest of today to do some more work on this you gave me some things to work with (ie things i didn't know before) i'll let you know what i come up with thanks enztec On Wed, 8 Mar 2023 20:27:43 +0100 Dr. Jürgen Sauermann

Re: fns creation using libapl (c code)

2023-03-08 Thread enztec
Hi Jürgen please go down the email On Wed, 8 Mar 2023 18:42:03 +0100 Dr. Jürgen Sauermann wrote: > Hi enztec, > > I don't quite understand what the actual problem is. > > I tested your files fns.c and fns.enz. > > Everything looks more or less fi

Re: fns creation using libapl (c code)

2023-03-07 Thread enztec
it an analysis as i think this is a bug and fixing it would be a real plus to the apl/scripting/libapl system thanks enztec On Tue, 7 Mar 2023 16:28:26 +0100 Dr. Jürgen Sauermann wrote: > Hi enztec, > > see below. > > On 3/6/23 9:31 PM, enz...@gmx.com wrote: > Hi > >

fns creation using libapl (c code)

2023-03-06 Thread enztec
happening and see if there can be a fix i have added 3 )save commands at 'strategic' points in fns,c to create the fns1.xml fns2.xml and fns3.xml in hope they give some information that can be used to analyze what is happening thanks, enztec --- this is my output from ./fns from libapl situat

Re: compiling libapl for python3

2023-03-02 Thread enztec
648 to svn 1651 has been much appreciation enztec On Thu, 2 Mar 2023 10:14:42 +0100 Dr. Jürgen Sauermann wrote: > Hi enztec, > > I am using: > > eedjsa@server68:~/apl-1.8/src$ g++ --version > g++ (Ubuntu 9.4.0-1ubuntu1~18.04) 9.4.0 > > eedjsa@server68:~/apl-1.8/sr

Re: compiling libapl for python3

2023-03-01 Thread enztec
-12.2.0 i get the same above error (but recompiling with gcc-6.3.0 gives a good lib_gnu_apl.so) if i recompile svn 1651 with gcc-6.3.0 i get a good python3 lib_gnu_apl.so what gcc version are you using ? and what python3.10 version? enztec On Wed, 1 Mar 2023 16:17:43 +0100 Dr. Jürgen Sauermann

Re: compiling libapl for python3

2023-02-28 Thread enztec
works perfectly don't worry about it - i was just upgrading to 1648 and have some tests i run on a new svn installation - i don't do anything with python3 anyway and my apl ws and apl scripting code and libapl fpc code all runs fine enztec On Tue, 28 Feb 2023 12:01:59 +0100 Dr. Jürgen

Re: compiling libapl for python3

2023-02-27 Thread enztec
hanged at this end thanks On Sun, 26 Feb 2023 18:18:27 +0100 Dr. Jürgen Sauermann wrote: > Hi enztec, > > thanks, fixed in SVN 1650. > > Best Regards, > Jürgen > > > On 2/25/23 1:01 AM, enz...@gmx.com wrote: > when compiling libapl for python3 i get following

compiling libapl for python3

2023-02-24 Thread enztec
when compiling libapl for python3 i get following make problem python_apl.cc: In function 'PyObject* apl_exec(PyObject*, PyObject*)': python_apl.cc:198:64: error: no matching function for call to 'Workspace::SI_top_error()' 198 | if (const StateIndicator * si =

is Jürgen okay?

2023-02-12 Thread enztec
Does anyone have any specific information about how he is doing?

Re: libapl stdout

2023-02-02 Thread enztec
isplay on screeb (but not to stdout?) On Sun, 29 Jan 2023 13:55:55 +0100 Dr. Jürgen Sauermann wrote: > Hi enztec, > > ⎕FIO comes with file handles 0 (stdin), 1 (stdout), and 2 (stderr) open > so you can read/write to them with any ⎕FIO function that has a file handle > argument

Re: libapl stdout

2023-01-28 Thread enztec
Sauermann wrote: > Hi enztec, > > see below... > > Jürgen > > On 1/27/23 10:55 PM, enz...@gmx.com wrote: > Hi Jürgen (i hope you are feeling better - if you need a pint of [blood, > beer, ] > > these quotes are from an fpc programmer who is interest

Re: libapl stdout

2023-01-27 Thread enztec
sorry that means nothing to me as to what to replace the qstring below with On Fri, 27 Jan 2023 19:38:51 -0500 Chris Moller wrote: > QString is mmore or less equivalent to the C++ std::string class. > > On 1/27/23 18:00, enz...@gmx.com wrote: > > what do i replace all the qstring with > > >

Re: libapl stdout

2023-01-27 Thread enztec
what do i replace all the qstring with /apl/libapl/c > grepi qstring ./aplexec.h:18:aplExec (apl_op_e apl_op, QString , ./aplexec.h:19:QString , QString ); ./libaplc.c:12:AplExec::aplExec (apl_op_e apl_op, QString , ./libaplc.c:13:QString , QString ) ./libaplc.c:29:outString = QString

Re: libapl stdout

2023-01-27 Thread enztec
an 'apl/libapl' view ... --- On Fri, 27 Jan 2023 16:18:52 +0100 Dr. Jürgen Sauermann wrote: > Hi enztec, > > not sure if this helps, but if I remember correctly (I may not) then the > main GNU APL output > goes to *stderr* (fd 2) and not to *stdout* (fd 1). The reason is >

Re: libapl stdout

2023-01-27 Thread enztec
Chris i don't have qt installed nor do i have your #include "aplexec.h" On Fri, 27 Jan 2023 11:23:08 -0500 Chris Moller wrote: > For what it's worth, in an ongoing project in use: > > #include > > #include > #include > > #include > > #include "aplexec.h" > >

Re: libapl stdout

2023-01-15 Thread enztec
according to this --with-android This option prevents the instantiation of CIN, COUT, and CERR. This maybe needed when GNU APL is compiled for Android, since Android applicationsare using a different I/O model than standard C++ programs. from

Re: libapl apl_exec results displayed as ?

2023-01-14 Thread enztec
Hi Chris still working on getting fpc to handle the libapl stdout i have asked fpc people about > Does freepascal start foreign code in a separate process?  Without > reopening stdout? and will give their answer when i get it --- I have tried to convert your c++ code to fpc but the only

libapl stdout

2023-01-14 Thread enztec
Hi I'm still trying to resolve the failure of fpc using libapl to get it's stdout trying to get libapl stdout to be gotten in my libapl/fpc program i read the https://gist.github.com/houmei/cfd9e570b8de4d8fd55ada228d5ff004#file-readme-2-configure thinking fpc might be using a different stdout

Re: Tokenizer error

2022-07-29 Thread enztec
the following times in the stated various apl environments in fns in apl ws 111 msec in an apl executable script 110 msec fpc executing apl script 110 msec libapl c59 msec libapl python3 60 msec libapl fpc 59 msec enztec On Fri, 29 Jul 2022 20:18:59 +0200 Dr. Jürgen Sauermann wrote

Tokenizer error

2022-07-29 Thread enztec
Hi, what about this error from : apl_exec(')copy aa.apl'); where aa.apl contains the fns header ∇prep (the closing ∇ seems to not cause any problems at this point) SYNTAX ERROR+ Tokenizer: No token for Unicode U+2207 (∇) Input: prep enztec

saving file with ∆ character in it's name to disk

2022-07-26 Thread enztec
s used for either file created on disk or )copy from disk any suggestions? my messing(s) with ⎕ucs didn't work in either direction thanks enztec

)copy with libapl/apl_exec

2022-07-26 Thread enztec
aa.apl enztec

Re: libapl apl_exec results displayed as ?

2022-07-26 Thread enztec
that is another reason i would love to capture the libapl output so i don't have to see the init_libapl(); output (maybe that is what the logging parameter does?) enztec On Mon, 25 Jul 2022 10:49:29 -0400 Chris Moller wrote: > Sorry, but I have no idea how the interface between freepas

Re: libapl apl_exec results displayed as ?

2022-07-24 Thread enztec
Hi i can see you code is c++ I am working with libapl with fpc (freepascal) and i can capture stdout and stderr fine in fpc coding but the only stdout i get from ap_exec is the 0 i have apl_exec as a function and tried with either of the following definitions function apl_exec(p : pchar) :

libapl apl_exec results displayed as ?

2022-07-24 Thread enztec
hello What does libapl output?- the apl_exec function returns 0 to stdout but what is the actual display? for example apl_exec('⍳20') what/where is the 1 to 20 displayed so it can be captured? thanks

libapl with fpc (free pascal)

2022-06-11 Thread enztec
a fns one line at a time thanks enztec

Re: libapl with fpc (free pascal)

2022-06-11 Thread enztec
00 runs take 37 msec 100 runs take 18 msec 50 runs take 9 msec (cn stt timing.pas) length(a) and length(b) are both 3 the fpc code is for j := 1 to n do for i := 1 to 3 do rs[i] := ar[a[i], b[i]]; --- thanks enztec On Sat, 11 Jun 2022 19:29:14 +0200 Dr. Jürgen Sauermann wrote: &g

libapl with fpc (free pascal)

2022-06-10 Thread enztec
Hi, thank you for this information about how )copy works. since it was such a simple idea to get )copy working with libapl i went back to my libapl with fpc (free pascal) coding to get it working there. i was able to write a sinple file reading procedure in fpc to have a copy procedure for my

libapl with c and python

2022-06-10 Thread enztec
Hi are )copy and )load suppose to work with libapl? )copy and )load work with no problems on a xxx.apl file from inside an apl ws or from inside a parent apl script but only gives )dump message with libapl in python script or c program and nothing shows with )fns or )vars i tried both

]pushfile hang

2021-06-20 Thread enztec
Hi 2 situations i encountered using ]pushfule and a code request : --- when i use the ]pushfile in a script or in a ws fns or in a file i )copy into the ws the next time i do a )copy (on a different file) it hangs until i do a carriage return but the next )copy still hangs. the only way

[no subject]

2021-06-20 Thread enztec
Hi Jürgen - thanks for fixing the previous problem so quickly - my code are all running pretty nice -- now with the libapl - isn't the apl program dependent on the libapl (i think like curl is with libcurl - though could be wrong) configure --with-libapl --without-gtk3 --without-sqlite3

strace log for 1474 with just ⍳10001

2021-06-19 Thread enztec
attached it the stace log for script with just ⍳10001 in it on 1474 strace-log Description: Binary data

apl 1474 problem

2021-06-19 Thread enztec
Hello i was able to compile the apl/libapl 1474 on a number of different computers and all exhibit the same problem with doing ⍳10001 in ws/script/libapl c code 32 bit debian vitural in a 32 bit linux/intel cpu 64 bit debian on rasp p/rpi3b/arm64 64 debian on amd64 32 bit linux on 64bit

Re: compiling ap/libapl

2021-06-19 Thread enztec
Hello From the make install the APserver is in /usr/local/bin/APserver along with apl and AP100 and AP210 but according to the strace log it never looks for /usr/local/bin/APserver just in the current dir access("./APserver", X_OK) = -1 ENOENT (No such file or directory)

Re: ar problem compiling 1474 for libapl

2021-06-19 Thread enztec
Hello building libapl in a clean directory does the trick i didn't notice that the make distclean quits with the following make[2]: *** No rule to make target `sql/.deps/libapl_la-SqliteResultValue.Plo'. Stop. make[2]: Leaving directory `/src/apl/1474/apl-1474/src' make[1]: ***

compiling ap/libapl

2021-06-18 Thread enztec
Hello Here is my situation with regards to my compiling apl/libapl i have a working 1182 apl/libapl which works perfectly - the 1182 libapl.so and libapl.a both compile the libapl_test.c code fine i tried to compile 1474 apl/libapl and the apl compiled with no problem but segfaylts when i

ar problem compiling 1474 for libapl

2021-06-17 Thread enztec
Hello when i compile libapl for 1474 with configure --with-libapl --without-gtk3 the configure succeeds but the make errors and quits with ar: libapl_la-Plot_xcb.o: No such file or directory it exists in src/.libs/libapl_la-Plot_xcb.o when i compile libapl with configure --with-libapl

Re: better apl array coding

2021-06-16 Thread enztec
Hi you suggested changes to the loop code reduced run time from 41 seconds to 29 seconds but still doesn't compare to the ¨/⌷/⊂ code at 50 msec size of data is 3 and i ran in a ram drive Has anyone tried this on some faster machines? I'm going to run all on a rasp pi and see what times are

Re: ending/stopping a script

2021-06-15 Thread enztec
Hi I actually am going back to loading scripts into apl ws rather then running them as scripts due to the ⍎')copy file' timing problem with copying huge data in the script failing and using fns rather then direct execution so my need for clean termination in script is kinda mute but that

Re: better apl array coding

2021-06-15 Thread enztec
Hi thanks for this code - first time actually using ¨ and ⌷ in my comparison test on an old hp dual core linux machine - with only mplayer running with ⍴a and ⍴b 29882 chars according to ⎕ts my loop code takes ~39 seconds to put results into rs 2021 6 15 19 46 11 277 2021 6 15 19 46 50 354

better apl array coding

2021-06-14 Thread enztec
hello i've been using this looping for array work but there has to be a better apl way of coding the indexing of the ar array any suggestions ∇rs←lp;a;b;ar;i 'lp' 'ar' +ar←4 4⍴11 12 13 14 21 22 23 24 31 32 33 34 41 42 43 44 'a ' +a←1 2 3 4 4 3 2 1 'b ' +b←1 2 3 4 4 3 2 1 i←1 rs←⍴0 sp:

Re: ending/stopping a script

2021-06-14 Thread enztec
Hi every scripting language has a simple way to end script execution using code that 'reflects' the nature of the language's syntax - thus bash - exit python - exit php - exit perl - exit i thought as tempting as it is to use →/→0 to end a script would be nice - their use probably should be

Re: ending/stopping a script

2021-06-13 Thread enztec
Hi not sure exactly what to do here with the ⎕STOP code > cat script3 #! script3 '1 aa' ∇STOP 'STOP CALLED' ∇ 1 ⎕STOP 'STOP' ⍝ no output '2 aa' STOP ⍝ outputs STOP[1] but execution continues '3 aa' 1 ⎕STOP STOP ⍝ outputs STOP[1] but execution continues '4 aa' ⍝

Re: ending/stopping a script

2021-06-11 Thread enztec
hi )off ends the apl session completely - i want to keep the ws open and just end the script execytuib and then edit the script in directory (and move around the '→0' or what ever can end the script execution - for debug) and then )copy the edited script back into the ws and it runs until it

ending/stopping a script

2021-06-11 Thread enztec
greetings I want to use the following apl script ⍳4 →0 stop execution here ⍳4 →0 works in a function to control it's execution but what can i use for the script?

Re: Parallel APL Questions

2020-02-07 Thread enztec
what magic programming language is this? On Fri, 7 Feb 2020 20:44:58 +0100 Dr. Jürgen Sauermann wrote: > > > > > > > Sorry, I have to correct > myself. My CPUs were I5 and I7, not I7 and I9. Both with a CPU > frequency of 3.2 GHz. > > On 2/7/20 8:25 PM,

Re: Format issue with Try APL

2019-12-24 Thread enztec
Hi Thank you - now i can follow along with the new apl mailing list controversies ^h^h^h topics speaking of which - i am glad to see you are sticking with svn - i am trying to avoid git stuff especially on github now - i don't need microsoft knowing what software i use etc :) and i'm sure

Re: Format issue with Try APL

2019-12-24 Thread enztec
Jurgen You are the only one sending your emails as html - it isn't a very security minded thing to do - usually only malware and tracking malware use html in emails Thanks On Tue, 24 Dec 2019 15:20:22 +0100 Dr. Jürgen Sauermann wrote: > > > > > > Hi Blake, >

Re: Crash with inner product and Match

2019-12-08 Thread enztec
Hi i think he just fixed it just for you - 1209 is the latest/last svn as of this post svn co https://svn.savannah.gnu.org/svn/apl/trunk apl-svn On Sun, 8 Dec 2019 21:35:34 +0100 Karl Landström wrote: > OK, good! I should have tried the latest version before reporting the > error. Lesson

Re: [Bug-apl] GNU/APL on RPi3B+

2019-09-06 Thread enztec
Hi Compiled from source fine svn-1182 (on a 'custom 64bit linux aarch64) i just needed a 'newer' config.guess and needed an edit on the configure cause i don't have gtk3 installed - only gtk3 - the option --without-gtk3 didn't work never got the libapl for python to even compile it's lib go

[Bug-apl] anyone using libapl

2019-08-11 Thread enztec
Hi Is anyone on the apl list using libapl?

[Bug-apl] fixes and wishlist

2019-08-10 Thread enztec
WISHLIST and FIXES the HOWTOs/Adding-System-Functions.html doesn't seem to be copied to /usr/local/share/doc/apl/ with make install along with the rest of the HOWTOs put time stamp into apl.history put the date that the https://www.gnu.org/software/apl/apl.html is created near the top - to

Re: [Bug-apl] fpc/freepascal interface - c code using inner/outer product or unquote welcome

2019-08-08 Thread enztec
Hi --- simple quesion on ⎕ARG it doesn't have a value using libapl? (no command line arguments right?) --- i did a fresh compile of the svn and the init with libapl gives *** glibc detected *** ./aplc: free(): invalid pointer: 0x094a22dc *** while no glibc problem with libcurl or mysql

Re: [Bug-apl] fpc/freepascal interface - c code using inner/outer product or unquote welcome

2019-08-05 Thread enztec
Hi I did it - i have fpc executing apl statements - it was pretty simple - i already had done something similar for a posits library. the only 'problem' is that apl uses ' ' single quotes q ;= 'qerqwr'; for strings so to have a←'a'i need to do 'a←''a''' (double single quote) or

Re: [Bug-apl] fpc/freepascal interface - c code using inner/outer product or unquote welcome

2019-08-03 Thread enztec
Hi i got the latest 1181 svn > You dont need the --without options because that's the default. the default for erlang and android are --without but the --without-erlang has problems that we are aware of i didn't try the --without-android(are you thinking of a libapl for land line

Re: [Bug-apl] fpc/freepascal interface - c code using inner/outer product or unquote welcome

2019-08-01 Thread enztec
8/1/9 Hi after getting the latest svn revision 1180 on 8/1/19 i get the exact same configure problems as with the gnuapl-1.8 tar ball as listed below - i can't believe i'm the only one? configure CORE_COUNT_WANTED=2 --with-libapl --without-sqlite3 --without-postgresql --without-gtk3

Re: [Bug-apl] fpc/freepascal interface - c code using inner/outer product or unquote welcome

2019-07-30 Thread enztec
Hi, I (as the one user you reference) have no real need for it as i said - i use the fpc tprocess coding for it - i use apl --script as a matrix engine (inner and outer product with unquote dynamic code design) just exploring using libapl.soyou didn't respond to if there is any libapl.so

Re: [Bug-apl] fpc/freepascal interface - c code using inner/outer product or unquote welcome

2019-07-29 Thread enztec
freepascal is as modern a language as it gets my friend - why you have a problem with it is beyond me - but to be honest not very professional of you now, is it, considering i run into more anti-apl then anti-freepascal programmers and i just wallop them all senseless anyway - i have been

Re: [Bug-apl] fpc/freepascal interface

2019-07-15 Thread enztec
really since apl is older then pascal (excluding algol( i think you got it backwards with number of deceased nicklaus wirth is still around what about iverson? lol On Thu, 27 Jun 2019 18:37:41 +0200 Dr. Jürgen Sauermann wrote: > sure. But I would bet that today the number of python users

Re: [Bug-apl] fpc/freepascal interface

2019-06-27 Thread enztec
a grand geocentric (aplcentric) point of view indeed - i'm pretty sure the number of pascal users is orders of magnitude greater then the number of apl programmers On Tue, 18 Jun 2019 22:10:20 +0200 Dr. Jürgen Sauermann wrote: > Hi, > > I believe that extending some language X with an

Re: [Bug-apl] Python Interface

2019-06-19 Thread enztec
** correction in fact my source compile did --> python3-config is a link to python3.6-config which is in fact a link to the real script python-3.6m-config > file `which python3-config` /usr/local/bin/python3-config: symbolic link to `python3.6-config' > file `which python3.6-config`

Re: [Bug-apl] Python Interface

2019-06-19 Thread enztec
On Wed, 19 Jun 2019 12:47:33 +0200 Dr. Jürgen Sauermann wrote: see pyenv below also > > > On 6/19/19 12:12 AM, enz...@gmx.com wrote: > > maybe a bad link there? no links involved the script should be python3.6-config and with a link to python3-config (on my source install at least) > my

Re: [Bug-apl] Python Interface

2019-06-18 Thread enztec
maybe a bad link there? my python3-config is linked to python3.6-config or bad permissions/user ownership on the link target? (python3.6-config) On Tue, 18 Jun 2019 22:30:03 +0200 Dr. Jürgen Sauermann wrote: > I see. But the problem is this: > > 1. If I check for the presence of

[Bug-apl] fpc/freepascal interface

2019-06-17 Thread enztec
Hi Jürgen, > Regarding fpc it depends on how they have built their C/C++ interface (if > they did). > The last time I used Pascal was the time when the only other programming > language on my platform was BASIC. So I am not really up-to-date with Pascal. > If you want to try it, then I can

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

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

Re: [Bug-apl] ⎕plot focus

2019-04-08 Thread enztec
i'm assuming you are using apl in an xterm depending on your 'desperation' or if there isn't a real other fix :) a workaround might be using wmctrl to focus the window using apl to execute wmctrl after your ⎕plot line - i have various fluxbox hot keys (in the ~/.fluxbox/keys file) to focus

Re: [Bug-apl] #!apl

2018-08-21 Thread enztec
Hi He might want to have both the deb and the svn on the same system On Tue, 21 Aug 2018 11:14:30 +0200 Juergen Sauermann wrote: > Hi Hudson, > > you can ./configure GNU APL with prefix=/usr and then recompile and install. > > /// Jürgen > > > On 08/21/2018 03:34 AM, Hudson Flavio Meneses

Re: [Bug-apl] #!apl

2018-08-21 Thread enztec
Hi I assume this Debian of which you speak is a linux distro of some sort? Use a link from the svn installed location /usr/local/bin/apl location to the location you have in your scripts /usr/bin/apl (from debian deb location) ln -sf /usr/local/bin/apl /usr/bin/apl then you don't have

Re: [Bug-apl] FIO[57]

2018-07-25 Thread enztec
made it to bug-apl without encryption. > > The Time below (Wed, Jul 25, 2018 at 11:55 AM) does not match any email that > I have sent > (the only outgoing email today was at 6:55 to enztec, responding to his email. > > encryption is off in my email program, but I am not sure i

Re: [Bug-apl] FIO[57]

2018-07-25 Thread enztec
you must be unintentionally checking the pgp/sign/encrypt box somewhere I use sylpheed as my email client? - and the check box can get too easily 'clicked' on by the mouse as it goes over it on it's way to click 'send' but now that i have the real text of the message my apl program to decrypt

Re: [Bug-apl] execute each takes exponential time

2018-01-07 Thread enztec . net
Hi What are you new times after the fix? why would there be a need for a fix anyway? aren't all 'lines' (10/50) treated the same and run as fast as possible anyway? On Fri, 5 Jan 2018 17:05:59 +0100 Hans-Peter Sorge wrote: > running < ⍎¨ 10 ⍴'0' >

Re: [Bug-apl] Example workspaces from "APL An Interactive Approach"

2017-10-08 Thread enztec
i have 2 copies - but they are in my retirement ira account and i would have to pay mucho taxes if i remove them ... but i did type up the entire book - i have them on 8" floppy disks though On Sun, 8 Oct 2017 03:58:59 + (UTC) Leslie S Satenstein wrote: > I

Re: [Bug-apl] Improved contribution workflow

2017-09-28 Thread enztec
mysql?? wth is that ... i think you meant mariaDB ? right? here is a google cache of projects using bazaar web page - the original site didn't come up form me On Thu, 28 Sep 2017 08:41:57 -0400 Louis Chrétien wrote: > In this discussion, I would respectfully suggest a

Re: [Bug-apl] GNU APL port for OpenBSD

2017-08-29 Thread enztec
apl on openbsdopenbsd on rpi nice to see openbsd shaking off the cobwebs On Tue, 29 Aug 2017 19:30:56 +0200 Juergen Sauermann wrote: > Hi, > > the rational numbers are still quite new, so I would like to wait a little > longer before > making a new

Re: [Bug-apl] 956 Command.cc issue

2017-06-08 Thread enztec
my )host ls -l (pre fix) seems to work what is it not doing that it should be doing? On Thu, 8 Jun 2017 19:38:33 +0200 Juergen Sauermann wrote: > Hi Fred, > > thanks, fixed in SVN 957. > > /// Jürgen > > > > On 06/08/2017 09:24 AM, Fred Weigel wrote: >

[Bug-apl] parallel programming

2017-05-22 Thread enztec
https://www.theregister.co.uk/2017/05/22/parallel_programming_101_201_and_1001/

Re: [Bug-apl] Problem with modulo arithmetic on Gaussian integers

2017-04-26 Thread enztec
what is his processor? https://en.wikipedia.org/wiki/Pentium_FDIV_bug On Wed, 26 Apr 2017 11:28:00 -0400 Peter Teeson wrote: > Works OK on my Early 2009 Mac Pro running macOS 10.10.5 Yosemite and APL > #svn927 > > You have different HW but same OS & toolchain? > So

Re: [Bug-apl] update for the help.def

2017-04-26 Thread enztec
http://www.theonion.com/americanvoices/oxford-comma-wins-court-case-workers-55578 On Sat, 22 Apr 2017 16:25:52 +0200 Juergen Sauermann wrote: > Hi, > > this sentence is the verbatim copy of the phrase proposed in > https://www.gnu.org/licenses/gpl.txt >  

Re: [Bug-apl] Tiny typo in Makefile.am line 111

2017-04-23 Thread enztec
at this rate .. i am going to need to my variable type (short integer to long integer or even comp_ for the svn numbers in my fpc tracking code program soon to handle the svn versions numbers ;) this is a good reason to rewrite it into apl i suppose - all 'integers' are what int64 or

Re: [Bug-apl] wsid backups

2017-04-22 Thread enztec
throw in a water cooled system that was ALWAYS springing leaks forcing immediate shutdown (CDC cyber computer) and you DID )SAVE OFTEN On Sat, 22 Apr 2017 10:05:20 -0400 Peter Teeson wrote: > LOL! > In the early days of SHARP APL there was a message when you logged

Re: [Bug-apl] )HELP ...

2017-04-18 Thread enztec
will i have to install doxygen to use this?? say no On Tue, 18 Apr 2017 19:56:25 +0200 Juergen Sauermann wrote: > Hi David, > > I believe the initial question was whether we should adopt the Doxygen style > of comments or > the toronto toolkit style. > > So

Re: [Bug-apl] )HELP ...

2017-04-18 Thread enztec
This all looks great btw - great addition to system On Tue, 18 Apr 2017 10:49:28 +0800 Elias Mårtenson wrote: > Hello David, > > Having a standardised format is what makes this so useful. The whole point > of this is to make sure that everybody uses the same convention so >

  1   2   3   >