Skip to content
This repository was archived by the owner on Nov 7, 2018. It is now read-only.

Commit 6c90791

Browse files
Mark the repo as outdated, add link to new proposal
1 parent 302f34b commit 6c90791

File tree

1 file changed

+3
-26
lines changed

1 file changed

+3
-26
lines changed

Diff for: README.md

+3-26
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,4 @@
1-
# Typed Objects Explainer
1+
# WARNING: Outdated! Typed Objects Explainer
22

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

0 commit comments

Comments
 (0)