Our great sponsors
evcxr | rutie | |
---|---|---|
71 | 8 | |
4,466 | 773 | |
1.8% | - | |
6.0 | 0.0 | |
11 days ago | 11 days ago | |
Rust | Rust | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
evcxr
- Exploring Options for Dynamic Code Changes in Rust without Recompilation (hot reloading)
- Go 1.21 will (likely) have a static toolchain on Linux
-
What’s an actual use case for Rust
In theory you should be able to create Rust notebooks (Jupyter notebook) using evcxr so maybe some AI, data analysis, prototyping make sense if you aim for good performance in final application (protype in evcxr and use notebook as reference to implement final application in Rust for speed and safety).
-
would you use rust for scripting?
You should check out evcxr
- Nannou – An open-source creative-coding framework for Rust
-
A Case for Rust in Deep Learning
I think you might like this project: https://github.com/google/evcxr . It brings the REPL workflow to Rust, so having fast iteration should not be an issue.
-
Building a Cloud Database from Scratch: Why We Moved from C++ to Rust
While not Elixir good, the evcxr python notebook plugin gets you 50% of the way there.
https://depth-first.com/articles/2020/09/21/interactive-rust...
-
Improving Rust compile times to enable adoption of memory safety
I've started liking evcxr (https://github.com/google/evcxr) for REPL. It's a little slow compared to other REPLs, but still good enough to be usable after initial load.
-
Blog Post: Next Rust Compiler
Would such a project make it possible to have a faster rust repl? We can use evcxr, but it definitely doesn't feel first-class.
-
Am I dumb in thinking I can use Rust as a Fast Python and leave it at that?
I'm a long-time python developer and develop on the side in Rust for about as long as you, I also found myself familiar with the available datastructures and algorithms, as well as some FP-inspired syntax ( i.e. iterators instead of for loops ) . evcxr is reminiscent of ipython, it can even be integrated with jupyter notebook. And indeed I was surprised to find myself in such a familiar world. It's definitely something that more python developers should be aware of.
rutie
-
Write SDK “base” in Rust, wrap in other languages?
For example, they list PyO3 for Python (see also maturin for packaging), NAPI-RS for Node.js, and Rutie for Ruby.
-
Magnus: High level Ruby bindings for Rust
If this sounds useful you should also take a look at rutie, another library that does the same thing and has been around longer.
-
Magnus: Ruby bindings for Rust
I'm not the first person to have this idea, there's also the great rutie. I make no claims that Magnus is any better, it's just my attempt at it.
-
Does rust have function works like eval?
hlua or rlua are what you want for Lua, rust-cpython or PyO3 for Python, rutie for Ruby, and possibly deno_core for JavaScript.
-
Need some advice with integrating ruby scripting into my my project
I was at first using mrusty, then I switched to rutie, because I thought mrusty didn't support blocks (it does, it's just he documentation for it is easily missed, it's in the docs for the for the mrfn! macro, right near the bottom of the page), so I'm switching back (haven't yet started on this redo) because it has what I want & it's easier to use.
-
Advantages of building a CRUD web application in Rust?
If writing the whole API in Rust is too big of a sell for your employer, I highly recommend checking out rutie or helix (running native rust modules from ruby).
-
New book! Refactoring to Rust
Helix (https://github.com/tildeio/helix) is deprecated though. The only candidate alive enough seems to be Rutie (https://github.com/danielpclark/rutie). At least you don't risk putting people in the wrong direction! I think I will buy the book, from skimming it seems cool!
What are some alternatives?
vscode-jupyter - VS Code Jupyter extension
Helix - Native Ruby extensions without fear
polars - Fast multi-threaded, hybrid-out-of-core DataFrame library in Rust | Python | Node.js
Ruru - Native Ruby extensions written in Rust
rust-script - Run Rust files and expressions as scripts without any setup or compilation step.
jupyter-rust - a docker container for jupyter notebooks for rust
bincode - A binary encoder / decoder implementation in Rust.
cargo-script - Cargo script subcommand
vim-slime - A vim plugin to give you some slime. (Emacs)
ToCollection - Treat an array of objects and a singular object uniformly as a collection of objects. Especially useful in processing REST Web Service API JSON responses in a functional approach.
magnus - Ruby bindings for Rust. Write Ruby extension gems in Rust, or call Ruby from Rust.
fast_blank