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
Is it possible to use this technology support multiple frontend so code can be reused without FFI. E.g. I can use C/C++, Rust libraries directly with Python. Here the foreign language will be converted to Codon's IR format either using LLVM IR and reversing it or other means. This will enable whole program optimisation including the those written in other languages and zero cost foreign function calls.
Also, being able directly use this technology to compile JS, Ruby, etc.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it possible to use this technology support multiple frontend so code can be reused without FFI. E.g. I can use C/C++, Rust libraries directly with Python. Here the foreign language will be converted to Codon's IR format either using LLVM IR and reversing it or other means. This will enable whole program optimisation including the those written in other languages and zero cost foreign function calls.
Also, being able directly use this technology to compile JS, Ruby, etc.
Beta Was this translation helpful? Give feedback.
All reactions