24
edits
m (→Problem Description: links) |
|||
Line 1: | Line 1: | ||
== Types in Narcissus == | == Types in Narcissus == | ||
= Problem Description = | = Problem Description = | ||
The current implementation of JavaScript in Narcissus only takes the ECMAScript v3 "type" system into account. ECMAScript v4 will introduce static type checking and type annotations into the language. In order to prototype new language features fast, we should extend Narcissus to understand the type annotations. | The current implementation of [[JavaScript]] in [[Narcissus]] only takes the ECMAScript v3 "type" system into account. ECMAScript v4 will introduce static type checking and type annotations into the language. In order to prototype new language features fast, we should extend Narcissus to understand the type annotations. | ||
= Proposal for Adding Types to Narcissus = | = Proposal for Adding Types to Narcissus = |
edits