Our great sponsors
evcxr | iron.nvim | |
---|---|---|
72 | 27 | |
4,708 | 770 | |
2.5% | 4.2% | |
0.0 | 0.0 | |
11 days ago | 9 days 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
- 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
- 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.
iron.nvim
- Help running chunks of Python to a terminal as REPL
- Does anyone ever use Neovim to debug PyTorch?
-
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
I don't know about the remote part... but have you seen https://github.com/hkupty/iron.nvim?
-
Julia running slow, recently switched to nvim and have absolutely no idea what I'm doing.
I am using iron.nvim (https://github.com/hkupty/iron.nvim) as a REPL in julia and it kinda works. But tbh I am not a big fan of this kind of workflow that julia forces on you (but thats a different debate).
-
haskell-tools.nvim new feature release 1.2.0
You can now toggle and interact with a GHCi repl within your editor. Or, if you prefer to use something like iron.nvim, you can now configure it to use haskell-tools.nvim to set up the repl command.
What are some alternatives?
vim-slime - A vim plugin to give you some slime. (Emacs)
sniprun - A neovim plugin to run lines/blocs of code (independently of the rest of the file), supporting multiples languages
vscode-jupyter - VS Code Jupyter extension
packer.nvim - A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
neoterm - Wrapper of some vim/neovim's :terminal functions.
polars - Fast multi-threaded, hybrid-out-of-core query engine focussing on DataFrame front-ends
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
python-build-standalone - Produce redistributable builds of Python