On 15 July 2018 at 20:39, Zeljko Mitic <mitke...@gmail.com> wrote:
> PHP is dynamic language and each typed typehinted parameter has to be
> checked every time.

If you think your code would benefit appreciably from having parameter
types removed, I would strongly recommend looking at
https://preprocess.io/ and similar libraries.

Preprocessing is used in Javascript to quite radically change what is
possible to code in 'Javascript' and has allowed rapid development in
how 'Javascript' can be used. For example JSX is something that would
never have been approved by the ECMA committee.....but because it was
implemented a preprocessing step it never needed to be approved before
could get wide-scale usage.

cheers
Dan
Ack

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to