Skip to content

Feature request: rewrite in C++/Rust #5

@NTBBloodbath

Description

@NTBBloodbath

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions