Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

13
  • 3
    It might help to explain what a gradually typed system is for those of us who don't know. Yes, we can Google it, but it really helps to have pertinent information in your question. Commented Jun 23, 2014 at 5:44
  • I can give you a link to a wiki page. Commented Jun 23, 2014 at 5:45
  • I know. I can find it myself too. I was just suggesting that you put that information in your question. Just like how answers generally should stand on their own, I'd guess questions have the same expectation. Commented Jun 23, 2014 at 5:47
  • 2
    How do you type a variable at compile-time in JavaScript? Commented Jun 23, 2014 at 7:24
  • 2
    JavaScript is dynamically typed. TypeScript is a gradually typed JavaScript dialect. Commented Jun 23, 2014 at 8:26