Skip to content

Conversation

IvanDuran02
Copy link
Contributor

Moved everything from "Syntax Overview" through "Self and Recursion" in https://github.com/carbon-language/carbon-lang/blob/trunk/proposals/p3848.md to docs/design and added the link to it in README.md

Still needs a short summary for the README

Closes #4898

This comment was marked as outdated.

@github-actions github-actions bot added the documentation An issue or proposed change to our documentation label Apr 13, 2025
@github-actions github-actions bot requested a review from josh11b April 13, 2025 06:56
@IvanDuran02 IvanDuran02 requested a review from josh11b April 19, 2025 18:03
Copy link
Contributor

@josh11b josh11b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking quite close to ready!

@IvanDuran02 IvanDuran02 requested a review from josh11b April 24, 2025 00:05
Copy link
Contributor

@josh11b josh11b left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! There is one thing I missed before but I'm fine with this going in with or without that change.


```carbon
// In a variable:
let lambda: auto = fn => T.Make();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This document uses fn => here and fn -> below, I assume one of those isn't correct?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, never mind! I see this gets explained.

@josh11b josh11b enabled auto-merge April 28, 2025 20:11
@josh11b josh11b added this pull request to the merge queue Apr 28, 2025
Merged via the queue into carbon-language:trunk with commit 13a522f Apr 28, 2025
8 checks passed
@josh11b josh11b mentioned this pull request Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation An issue or proposed change to our documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document lambdas

3 participants