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

Chapel function declarations must fully specify their type #6

Open
lydia-duncan opened this issue Dec 10, 2014 · 0 comments
Open

Chapel function declarations must fully specify their type #6

lydia-duncan opened this issue Dec 10, 2014 · 0 comments

Comments

@lydia-duncan
Copy link
Member

Our recommended Chapel style is to allow the compiler to infer as much type information as possible rather than fully specifying the types. At the moment, however, Python-Chapel interoperation requires that the types for function arguments and return types are fully specified (as otherwise there would be a lot of generic versions to choose from). It would be nice if we can move away from this, so that any Chapel function can be used from Python.

This issue is of lower priority than the others currently listed (as of Dec 10, 2014).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant