This repository was archived by the owner on Nov 7, 2018. It is now read-only.
File tree 1 file changed +3
-26
lines changed
1 file changed +3
-26
lines changed Original file line number Diff line number Diff line change 1
- # Typed Objects Explainer
1
+ # WARNING: Outdated! Typed Objects Explainer
2
2
3
- This is an effort to pull together and explain the various typed
4
- objects spec in an informal fashion. The explanations are divided into
5
- groups:
6
-
7
- - [ Core] ( core.md ) defines the core typed objects proposal.
8
- - [ Value types] ( valuetypes.md ) defines an extension to the core
9
- proposal to support new kinds of values, akin to numbers and
10
- strings.
11
- - [ OO types] ( ootypes.md ) defines an extension to allow
12
- typed objects to (more) accurately describe the kinds of
13
- things one can describe in Java or C#.
14
- - [ Class syntax] ( classsyntax.md ) explores integration of typed objects
15
- with ES6 class syntax and modules.
16
- - [ Operator overloading] ( overloading.md ) describes a mechanism for
17
- operator overloading that integrates with the
18
- [ value types] ( valuetypes.md ) proposal.
19
-
20
- ** Caveat:** This set of explainers is ** very much** a work in
21
- progress. The further down that list you go, the less consensus
22
- exists on the design.
23
-
24
-
25
- ## Interested?
26
-
27
- Join the IRC channel at #typed-objects on irc.mozilla.org (irc://irc.mozilla.org/typed-objects).
3
+ This set of explainer documents is for the old, inactive Typed Objects proposal. The new proposal can be found here:
4
+ https://github.com/tschneidereit/proposal-typed-objects
You can’t perform that action at this time.
0 commit comments