-
Notifications
You must be signed in to change notification settings - Fork 37
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
cling C++ as scripting language / hot code reload #5
Comments
I'm not sure how this is qualifies as an issue to RCRL and not as an advertisement for the other project. |
Quote from you blog http://onqtam.com/programming/2018-02-12-read-compile-run-loop-a-tiny-repl-for-cpp/
Cling may be integrated into CMake project without much work, may be helpfull for REPL. |
add it as a comment there - perhaps I shouldn't change the original text of the article |
Ok, done |
cling based C++ as scripting language / hot code reload
Why? Able to run C++ script in runtime or compile it for max speed ( as in example https://github.com/derofim/cling-cmake )
Also: May be used to improve modules compile time
The text was updated successfully, but these errors were encountered: