Static, dynamic, strong, weak data types? Are you confused? Learn what these terms really mean, and which is best for you.
Tag: static typing
Introduction to Data Types: Static, Dynamic, Strong & Weak
Writing Better JavaScript with Flow
In this article Nilson Jacques introduces you to Flow, its main features, & how to integrate it into your project to discover bugs in your JavaScript code.
Can We Have Static Types in PHP without PHP 7 or HHVM?
Is it possible to have static type hints in PHP 5 without PHP 7 or HHVM? Yes - with the Augmented Types extension from Box!
Arrays, Slices and Basic OOP in Go
Matthew Setter covers Arrays, Slices and Basic OOP in Go. They're different from what you're used to in dynamic languages, but very powerful.
A Look at Hack, the PHP Replacement in HHVM
Victor Berchet continues his look at HHVM and Hack, this time demonstrating syntax and the typing system
HHVM and Hack – Can We Expect Them to Replace PHP?
Introduction into Hack, an optionally statically typed upgrade to PHP from Facebook, straight out of the HHVM project.