You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: