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

Add non-first-class object-messaging capabilities #11

Open
TheRealMichaelWang opened this issue Dec 9, 2021 · 1 comment
Open

Add non-first-class object-messaging capabilities #11

TheRealMichaelWang opened this issue Dec 9, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@TheRealMichaelWang
Copy link
Owner

While it would be somewhat difficult to create object message receivers that fully support the capabilities of a first-class function, a good first step would be to implement simple object messaging capabilities that don't need first class support - for example operator overloads and constructors, which can be overloaded with different parameters and return types, are good candidates to support.

@TheRealMichaelWang TheRealMichaelWang added the enhancement New feature or request label Dec 9, 2021
@TheRealMichaelWang
Copy link
Owner Author

While closure like functions may be added later, operator overloads, constructors, and destructors will be implemented as object message receivers without first class function capabilities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant