Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> gets more Java-like every release

…and you consider that a good thing???



Well, when this article was written, it had almost no sense of types and was purely dynamic. You could only do things like:

public $string = “Hello”

Now you can do things like:

public ?string $string = null;

public function appendToString (?string $append) : string {




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: