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

Pro tip: you can not only use Cling as LUA/JS/... replacement, but remove Cling in release build (for max. speed). #9

Open
blockspacer opened this issue Oct 3, 2019 · 0 comments

Comments

@blockspacer
Copy link

Use Cling as C++ interpreter. No need to bind variables, just use them as usual.

Pro tip: you can not only use Cling as LUA replacement, but remove Cling in release build (for max. speed).

Cling can also be used for hot-code reload in whole project, no need to recompile anymore!

@blockspacer blockspacer changed the title Pro tip: you can not only use Cling as LUA replacement, but remove Cling in release build (for max. speed). Pro tip: you can not only use Cling as LUA/JS/... replacement, but remove Cling in release build (for max. speed). Oct 3, 2019
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

1 participant