I want to use Rust for scripts in CI in my Rust project, but compiling takes time. It would be cool if there is a prebuilt interpreter that treat Rust as an interpreted language.
No, there is no Rust interpreter.
Google has evcxr
, it's a read-evaluate-print-loop for Rust, but will probably be equally slow speed wise (if not slower). They have integrations for jupyer notebooks as well.
There's MIRI, but it's not very fast or very complete, yet.
component is unavailable
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.