We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently interop is not possible, as :apache impl assumes operand is also :apache in multiple places, eg here as other with a type hint: https://github.com/ogeagla/clj-hypercomplex/blob/master/src/hypercomplex/core.clj#L91
:apache
other
This type hint means no reflection but also means cannot interop with :plain impls.
:plain
What is the desired behavior? Do we want interop? What would be the performance cost?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently interop is not possible, as
:apache
impl assumes operand is also:apache
in multiple places, eg here asother
with a type hint: https://github.com/ogeagla/clj-hypercomplex/blob/master/src/hypercomplex/core.clj#L91This type hint means no reflection but also means cannot interop with
:plain
impls.What is the desired behavior? Do we want interop? What would be the performance cost?
The text was updated successfully, but these errors were encountered: