Gilad Bracha
American software engineer
Gilad Bracha is a co-author of the second and third editions of the Java Language Specification, and a major contributor to the second edition of the Java Virtual Machine Specification. He currently works as a software engineer at Google and a member of the Dart team in Aarhus.
This article about a person or group of people is a stub. You can help out with Wikiquote by expanding it! |
Quotes
edit- The wonderful thing about dynamic typing is it lets you express anything that is computable. And type systems don’t — type systems are typically decidable, and they restrict you to a subset. People who favor static type systems say “it’s fine, it’s good enough; all the interesting programs you want to write will work as types”. But that’s ridiculous — once you have a type system, you don’t even know what interesting programs are there.