evcxr | iron.nvim | |
---|---|---|
77 | 27 | |
5,636 | 1,025 | |
1.2% | 2.0% | |
8.0 | 5.9 | |
2 months ago | 4 months ago | |
Rust | Lua | |
GNU General Public License v3.0 or later | BSD 3-clause "New" or "Revised" 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
- evcxr Rust REPL
-
Generics in Rust: visualizing Bezier curves in a Jupyter notebook -- Part 3
A project for Rust REPL environment is a combination of letter evxvr (Evaluation Context for Rust). It contains Evcxr Jupyter kernel. I chose to follow the documentation and compile Jupyter kernel from Rust sources (which takes about 6 min on my laptop), and simply run in Microsoft Windows PowerShell
-
Scriptisto: "Shebang interpreter" that enables writing scripts in compiled langs
Emacs didn't invent REPL, and it's common everywhere. For Rust: https://github.com/evcxr/evcxr/blob/main/evcxr_repl/README.m.... But heck, the compiler is reasonably fast enough that any IDE can REPL by compiling the code.
The value here is more in being able to read a script before you run it, then have it run fast, maybe tweaking something here and there. And a compiled script will run 10,000 times faster than LISP, which can be important.
-
Go: What We Got Right, What We Got Wrong
https://github.com/evcxr/evcxr can run Rust in a Jupyter notebook. It's not Golang but close enough.
-
The Hallucinated Rows Incident
The engine uses rust_decimal::Decimal to represent high precision decimal numbers, like the weight property. Serialization of RocksDB keys is done by the storekey crate. To know how Yumi's machine stores diffs, we can now ask- How does storekey serialize rust_decimal? Well, using evcxr to run Rust in Jupyter, the answer is as a null-terminated string:
- TermiC: Terminal C, Interactive C/C++ REPL shell created with BASH
- 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
iron.nvim
-
Does anybody know what plugin or feature does this?
hard to tell, could be iron maybe? https://github.com/Vigemus/iron.nvim
- Help running chunks of Python to a terminal as REPL
-
How do keymaps work?
The plugin in question is iron.nvim - but my question is certainly also applicable to other uses. How do I figure this out?
- Does anyone ever use Neovim to debug PyTorch?
-
Looking for a maintainer to help me manage iron.nvim
Hey all, I've been thinking a lot about it and I believe I'm not being fair to the (relatively big) community that formed around iron.nvim and I think it needs a more active maintainer. I'd love to have the time and energy to put the effort into zero-ing the issues and delivering more features, keeping up with neovim development, but unfortunately it is not possible.
-
Favorite REPL/Notebook/Task Running plugins and workflow?
For the record/list, there's also: - https://github.com/hkupty/iron.nvim and - https://github.com/jpalardy/vim-slime
-
Which vim plugins do not have a lua equivalent yet?
For Codi, I migrated away to iron.nvim. Codi is really slick though :)
-
data science (jupyter notebooks) with vim?
In the past, when I was using NeoVim more, I also used iron.nvim: https://github.com/hkupty/iron.nvim
- Is there an 'ielm' mode equivalent in neovim for lua?
- Remote repl
What are some alternatives?
vscode-jupyter - VS Code Jupyter extension
vim-slime - A vim plugin to give you some slime. (Emacs)
polars - Dataframes powered by a multithreaded, vectorized query engine, written in Rust
sniprun - A neovim plugin to run lines/blocs of code (independently of the rest of the file), supporting multiples languages
jupyter-rust - a docker container for jupyter notebooks for rust
packer.nvim - A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
rust-script - Run Rust files and expressions as scripts without any setup or compilation step.
neoterm - Wrapper of some vim/neovim's :terminal functions.
bincode - A binary encoder / decoder implementation in Rust.
magma-nvim-goose - Interact with Jupyter from NeoVim. - fork
cargo-script - Cargo script subcommand
python-build-standalone - Produce redistributable builds of Python