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

Please make a C version #42

Open
muturikaranja opened this issue May 13, 2022 · 3 comments
Open

Please make a C version #42

muturikaranja opened this issue May 13, 2022 · 3 comments
Labels
wontfix This will not be worked on

Comments

@muturikaranja
Copy link

A lot of us would really like one..

@JustasMasiulis
Copy link
Owner

The problem with C is that AFAIK there are no ways to guarantee compile time computation.

I would probably be possible to create something with tons of macros, but 🤷

@muturikaranja
Copy link
Author

Yeah one way is macros. Also, how can I compile this without the runtime?

@JustasMasiulis
Copy link
Owner

This doesn't really use any from "runtime". If you don't have C++ includes you can define LAZY_IMPORTER_NO_CPP_FORWARD to get rid of the only things I use from there.

@JustasMasiulis JustasMasiulis added the wontfix This will not be worked on label Jan 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants