carbon-lang icon indicating copy to clipboard operation
carbon-lang copied to clipboard

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)

Results 398 carbon-lang issues
Sort by recently updated
recently updated
newest added
trafficstars

I tried to create a new proposal and I got the following error: ``` RUNNING: /usr/bin/gh pr create --draft --label proposal --project Proposals --reviewer carbon-language/carbon-leads --repo carbon-language/carbon-lang --title 'Multidimensional array'...

This PR fixes issue #298. I am attempting to build Carbon using Bazel on Windows, without the need to go through WSL. This is still a work in progress, below...

In (not currently accepted) proposal #821 , a `let` may either store an address (like a `const &` in C++) or a copy of the original value. This leads to...

The [specialization](https://github.com/carbon-language/carbon-lang/blob/trunk/docs/design/generics/details.md#specialization) section of the generics doc implies that `Optional` is (or could be implemented as) a class type and demonstrates how specialization can enable developers to implement optimizations for...

long term issue
leads question

Ubuntu 20.04 base image and examples using github, a copy instruction and volumes. I was using this to run examples on a windows machine since it is more comfortable than...

### Background I've just been reading through through the design document and saw this line in the `Classes` section: ``` The order of the field declarations determines the fields' memory-layout...

leads question

Firstly I want to say the presentation at CPPNorth was outstanding. Great work guys. I had a couple of suggestions - I am not sure how open you are to...

### Why is the default #print function working in this why: ``` var x = 7; Print("The value of x: {0} ", x) ``` Instated of the formatted Python string...