lcfetch icon indicating copy to clipboard operation
lcfetch copied to clipboard

Feature request: rewrite in C++/Rust

Open NTBBloodbath opened this issue 3 years ago • 3 comments

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)

NTBBloodbath avatar Sep 30 '21 05:09 NTBBloodbath

Yesssssss! 💯

TarunDaCoder avatar Oct 14 '21 12:10 TarunDaCoder

Use rust

MordechaiHadad avatar Oct 14 '21 12:10 MordechaiHadad

yea

TarunDaCoder avatar Oct 14 '21 12:10 TarunDaCoder