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
Initial draft of the function-builders proposal #1046
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just small nits / typo fixes
This is an example of how to use the function builder feature to make a DSL for HTML in Swift. It builds off of the example in the function builders proposal here: apple#1046
Thanks, applied! |
|
|
||
| ## Detailed design | ||
|
|
||
| [SE-0258](https://github.com/apple/swift-evolution/blob/master/proposals/0258-property-delegates.md) introduced the concept of custom attributes to Swift, and while that proposal is still under development on its main subject, the Core Team has accepted the portions relating to custom attributes as a useful technical direction. We will build on that here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SE-0258 has been renamed to 0258-property-wrappers.md, therefore the link should be updated to https://github.com/apple/swift-evolution/blob/master/proposals/0258-property-wrappers.md (currently it displays the GitHub 404 page)
|
This is going to be heavily revised; we can open a new PR at the point where it is ready. |
No description provided.