Re: [Bug-apl] How do you handle the contents of POST in a CGI script

2015-10-09 Thread Kacper Gutowski
On Sat, Oct 10, 2015 at 3:29 AM, wrote: > I am struggling to follow our previous conversation. Pretty much, I am > confused about the source of the POST contents. I believe you mentioned that > it should come from stdin, and if I understood, it is not possible to use it > jointly with CGI scripti

[Bug-apl] How do you handle the contents of POST in a CGI script

2015-10-09 Thread alexweiner
Bug-APL & Juergen,I am struggling to follow our previous conversation. Pretty much, I am confused about the source of the POST contents. I believe you mentioned that it should come from stdin, and if I understood, it is not possible to use it jointly with CGI scripting:#!/usr/local/bin/apl)COPY /us

Re: [Bug-apl] Performance problem with simple program

2015-10-09 Thread Elias Mårtenson
Hello Jürgen, I am assuming that I am not alone in commonly using ⍎ for the purpose of parsing a number embedded in a string as APL (i.e. something analogous to PARSE-INTEGER in Lisp, or strtol() in C). With that in mind, I made a small change to Bif_F1_EXECUTE::execute_statement() which checked