Re: [PHP-DEV] Moving PHP internals to GitHub

2023-04-14 Thread Björn Larsson via internals
Den 2023-04-13 kl. 10:38, skrev Mikhail Galanin via internals: Hello good people, Looks like another hot discussion on the list, isn't it? Just wanted to share my notice about the initial idea. 7 years ago there were people considering NNTP as an option. Nowadays, it's pretty clear that it isn

[PHP-DEV] An invitation to chat and some useful links about PHP internals and extensions development

2023-04-14 Thread Dan Ackroyd
Hi Internals, If anyone is looking for help either developing extensions or work on internals/PHP core then the PHP chat room ('Room 11' aka R11) on StackOverflow quite often has some internals contributors lurking around, waiting for interesting conversations to take part in: https://chat.stacko

Re: [PHP-DEV] First class callable syntax for instance methods

2023-04-14 Thread Zoltán Fekete
> > I believe the fancy academic name for what we're discussing here is > "lenses", and I agree that they'd be very useful. I currently use a > user-space wrapper like so: > > function prop(string $prop): \Closure > { > return static fn (object $o): mixed => $o->$prop; > } > > function method(

Re: [PHP-DEV] Improving Mailing-List interactions - was: [PHP-DEV] Moving PHP internals to GitHub

2023-04-14 Thread tag Knife
On Thu, 13 Apr 2023 at 22:13, Timo Tijhof wrote: > > > * Discourse. This is effectively the inverse of Google Groups and least > like a "real" mailing list. I'd describe Discourse as a web discussion > forum first, and mailing list second. Afaik it does offer full > participation via email. By de