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

You can actually compile Julia to Rust? Put disclaimer on limitations in.. #1

Open
PallHaraldsson opened this issue Aug 24, 2016 · 0 comments

Comments

@PallHaraldsson
Copy link

Looking at:

fe39a14

it seems you can, but I guess for pure functions only, and not all (e.g. if BLAS is used). Still cool.

I guess anything that allocated memory, directly or indirectly is out. Do not know too much about Rust and the ownership/borrow model, but suspect you can't really compile GC-assuming code to that and expect to work..

Note rust-lang/rust#1120 (comment) I do not want to be spreading misinformation, but at least using Julia's REPL to work with actual Rust code, is solid, I guess.

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

No branches or pull requests

1 participant