Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish interop goals #202

Merged
merged 4 commits into from
Dec 3, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions docs/design/interoperability/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,22 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

## Table of contents

- [TODO](#todo)
- [Philsophy and goals](#philsophy-and-goals)
- [Overview](#overview)

<!-- tocstop -->

## TODO
## Philsophy and goals

This is a skeletal design, added to support [the overview](README.md). It should
not be treated as accepted by the core team; rather, it is a placeholder until
we have more time to examine this detail. Please feel welcome to rewrite and
update as appropriate.
The C++ interoperability layer of Carbon is the section wherein a specific,
restricted set of C++ APIs can be expressed in a way that's callable from
Carbon, and similar for calling Carbon from C++. This requires expressing one
language as a subset of the other. The constraint of expressivity should be
loose enough that the resulting amount of bridge code is sustainable.

The [interoperability philosophy and goals](philosophy_and_goals.md) provide
more detail.

## Overview

See the draft in
[PR 80](https://github.com/carbon-language/carbon-lang/pull/80).
TODO
Loading