-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
RFC: bare-ffi-lambdas #1690
Comments
Praetonus
added
enhancement: 4 - in progress
and removed
enhancement: 3 - ready for work
labels
Mar 28, 2017
Something from the RFC is unclear to me. class Foo
fun @foo() => None
Foo.foo() In this example, should
|
Good question. That may not have been clearly defined in the RFC, but we can take a stab at defining it now.
This makes sense to me, given that an instance of |
Yeah that makes sense. |
Praetonus
pushed a commit
to Praetonus/ponyc
that referenced
this issue
Apr 21, 2017
These new language constructs can be used in FFI interoperation with C libraries that use function pointers as callbacks. Closes ponylang#1690.
Praetonus
pushed a commit
to Praetonus/ponyc
that referenced
this issue
Apr 21, 2017
These new language constructs can be used in FFI interoperation with C libraries that use function pointers as callbacks. Closes ponylang#1690.
Praetonus
pushed a commit
to Praetonus/ponyc
that referenced
this issue
Apr 21, 2017
These new language constructs can be used in FFI interoperation with C libraries that use function pointers as callbacks. Closes ponylang#1690.
Praetonus
pushed a commit
to Praetonus/ponyc
that referenced
this issue
May 16, 2017
These new language constructs can be used in FFI interoperation with C libraries that use function pointers as callbacks. Closes ponylang#1690.
Praetonus
pushed a commit
to Praetonus/ponyc
that referenced
this issue
May 17, 2017
These new language constructs can be used in FFI interoperation with C libraries that use function pointers as callbacks. Closes ponylang#1690.
jemc
pushed a commit
that referenced
this issue
May 18, 2017
These new language constructs can be used in FFI interoperation with C libraries that use function pointers as callbacks. Closes #1690.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adds "bare" lambdas for use in FFI interoperation with C libraries that use function pointers as callbacks: https://github.com/ponylang/rfcs/blob/master/text/0034-bare-ffi-lambdas.md
The text was updated successfully, but these errors were encountered: