Hacker News new | ask | show | jobs
by skdotdan 972 days ago
Rust is great, but one thing I’d like to see is an interpreted, dynamic, less strict version of it that could be used for prototyping and gradually typed into compiling Rust code. In other words, a new programming language doing to Rust the reverse of what Mojo is trying to do to Python.
1 comments

Have you ever heard of Rune? Sounds like it might be what you're looking for.

https://rune-rs.github.io/posts/rune-0-13-0/

Cool! Thanks!