Where No PHP Has Gone Before - David Flanagan

preview_player
Показать описание
Join us on an exploration beyond traditional PHP boundaries in this enlightening talk. Delve into practical examples showcasing PHP's versatility in three distinct realms: Infrastructure as Code, WebAssembly (WASM)-based serverless, and browser-based applications.

Discover how PHP can seamlessly adapt to the dynamic landscape of modern development, empowering developers with hands-on insights into its potential across varied domains.

Prepare to embark on a journey where PHP boldly ventures into uncharted territories, pushing the boundaries and changing the terms of fullstack PHP.
Рекомендации по теме
Комментарии
Автор

The only thing php need is lots of C wrappers instead of relying on extension and sapi methods that has bogged it down to just a web language.

While language runtime does not restrict it, the php-src specifically favours web implementation and bias towards web friendly API.

If php has to change, it will change by making use of FFI and WASM to bring in tons of tech that already exists and is very performant.

Look at python library system where most of the cool code is written in C / CPP and brought in. Languages like php, go, rust ( partially as it can import C ), Java, JS runtimes are restricted by these native impmementation barriers. Some languages will wrap C code like projects using cgo or JNI to make things easier. We need more of that in PhP.

MaulikParmar
Автор

I really like pulumi, using it with typescript

DominikZogg
Автор

I'm not fun of Python so I sometimes use PHP for scripting under Linux.
I like $ symbol in code like in bash.

jecajSudbine