1. EachPod

035: Immutable PHP

Author
PHP Roundtable
Published
Tue 24 Nov 2015
Episode Link
https://www.phproundtable.com

Immutability plays a huge role in functional programming and many languages support immutability directly; like the readonly keyword in C#. It is possible to create immutable objects in PHP, but the language lacks inherent immutable features for scalar variables and class properties. We discuss how to bring functional programming concepts to PHP and brainstorm some features that could possibly be added to future versions of PHP to offer better immutability support.

Share to: