Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] C++14 vs ANSI C #42

Closed
joaopauloalbq opened this issue Oct 24, 2023 · 1 comment
Closed

[Question] C++14 vs ANSI C #42

joaopauloalbq opened this issue Oct 24, 2023 · 1 comment

Comments

@joaopauloalbq
Copy link

First of all, thank you very much for the library, it's awesome!

Any reason to implement it using C++14 instead of ANSI C like the Lua language?

@q66
Copy link
Owner

q66 commented Oct 24, 2023

why does it matter what lua is implemented in? what would be the benefit of using an ancient version of C? C++ is far more convenient and allows for code with fewer bugs and a degree of memory safety (and realistically any target worth supporting in the module has a sufficiently good compiler available)

@q66 q66 closed this as completed Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants