lcfetch
lcfetch copied to clipboard
Feature request: rewrite in C++/Rust
I used this project to learn C and how to develop using Lua outside of Neovim / AwesomeWM and I really like what I have done, but I'm really tired of dealing with memory leaks that I can't easily avoid when introducing new features, dealing with strings, double pointers, etc.
Now I feel like a more complex programming language like C++ or even rust should allow us to easily deal with data types like strings or arrays and even booleans because the standard libraries are really really better than the C one.
Also C++ and Rust has Lua libraries so we can easily do a migration but C++ would be easier because of the learning curve (I still suffer with some things about Rust haha)
Yesssssss! 💯
Use rust
yea