Информация об изменениях

Сообщение Re[67]: Haskell нужен! (в Standard Chartered Bank) от 27.02.2015 14:36

Изменено 27.02.2015 14:38 Evgeny.Panasyuk

Здравствуйте, Mamut, Вы писали:

M>В это время какой-нибудь очередной Цукерберг на PHP успеет поработить весь мир


При этом сделав типизированный PHP

http://hacklang.org/
Hack is a programming language for HHVM that interoperates seamlessly with PHP. Hack reconciles the fast development cycle of PHP with the discipline provided by static typing, while adding many features commonly found in other modern programming languages.

Hack provides instantaneous type checking by incrementally checking your files as you edit them. It typically runs in less than 200 milliseconds, making it easy to integrate into your development workflow without introducing a noticeable delay.

Re[67]: Haskell нужен! (в Standard Chartered Bank)
Здравствуйте, Mamut, Вы писали:

M>В это время какой-нибудь очередной Цукерберг на PHP успеет поработить весь мир


При этом сделав статически типизированный PHP

http://hacklang.org/
Hack is a programming language for HHVM that interoperates seamlessly with PHP. Hack reconciles the fast development cycle of PHP with the discipline provided by static typing, while adding many features commonly found in other modern programming languages.

Hack provides instantaneous type checking by incrementally checking your files as you edit them. It typically runs in less than 200 milliseconds, making it easy to integrate into your development workflow without introducing a noticeable delay.

http://en.wikipedia.org/wiki/Hack_%28programming_language%29
Hack is a programming language for the HipHop Virtual Machine (HHVM), created by Facebook as a dialect of PHP. The language implementation is open source, licensed under the BSD License.