Re: [PHP-DEV] [RFC] Asymmetric Visibility, with readonly

2022-12-05 Thread Larry Garfield
On Mon, Dec 5, 2022, at 12:47 PM, Claude Pache wrote: >> Le 3 déc. 2022 à 19:28, Larry Garfield a écrit : >> >> I also clarified that static properties are explicitly not supported with >> a-viz. > > This is a serious issue, not necessarily because it is of great value, > but because it intro

RE: [PHP-DEV] [RFC][List/Assoc\unique]

2022-12-05 Thread CHU Zhaowei
Hi Ilija, Thanks for the RFC. In general, I like the idea but there are certain things not clear to me. 1. What will happen if we pass a list to ` Assoc\unique`? ``` Assoc\unique([1, 2, 3, 1]); ``` 2. What will happen if the array (no matter list or assoc) contains pure value and reference wh

Re: [PHP-DEV] [RFC] Asymmetric Visibility, with readonly

2022-12-05 Thread Claude Pache
> Le 3 déc. 2022 à 19:28, Larry Garfield a écrit : > > I also clarified that static properties are explicitly not supported with > a-viz. This is a serious issue, not necessarily because it is of great value, but because it introduces an unexpected asymmetry between static and non-static

[PHP-DEV] Re: PHP support for matrix operations - BLAS, LAPACK.

2022-12-05 Thread Christoph M. Becker
On 05.12.2022 at 00:43, j adams wrote: > I apologize if I have the wrong mailing list here. I'm hoping ot ask the > PHP developer community if there's any appetite for functions to handle > matrix operations and scientific computing. > > I took a course on machine learning which had us code soluti