Re: [Bug-apl] "SYSTEM_LIMIT (fun_oper)" error

2014-02-12 Thread Juergen Sauermann
Hi Fred, when designing derived functions I had the choice between a faster variant that uses pre-allocated memory for derived functions and a somewhat slower variant that uses dynamic memory allocation (i.e. new/delete directly or indirectly (eg. vector<>)). Since this happens on a performa

[Bug-apl] "SYSTEM_LIMIT (fun_oper)" error

2014-01-31 Thread Frederick H Pitts
Gentle people, When I attempt to run the attached life.apl.gz (after uncompressing) with apl -f life.apl partial output occurs and then "SYSTEM LIMIT (fun_oper) appears with the offending apl statement after that. Investigation of the interpreter source code reveals the "SYSTEM