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

2015-10-12 Thread Kacper Gutowski
On Mon, Oct 12, 2015 at 5:48 AM, wrote: > Why do you choose to write it like this?: > ContentsOfPOST←{⍵, FIO∆fread 0}⍣{⍺⊢FIO∆feof 0}'' > > This method (in my limited knowledge) seems equivalent: > ContentsOfPOST←(FIO∆feof 0) FIO∆fread 0 I don't think it is. FIO∆fread takes as its left argument a

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

2015-10-12 Thread Juergen Sauermann
Hi Alex, yes, correct. /// Jürgen On 10/12/2015 05:37 AM, alexwei...@alexweiner.com wrote: Jürgen, Just wondering: Does this optimization in SVN 682 also apply to