-
Notifications
You must be signed in to change notification settings - Fork 23
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
Use Hot Code Reloading? #69
Comments
Yeah, super keen for that. When I last had a look it only supported the JS backend, but now we can do much much more |
Works on the C backend too, apparently! https://nim-lang.org/docs/hcr.html |
oh, using a repl with hcr, you can create something similar to the Pharo / Glamorous Toolkit (Smalltalk) experience. |
@gavr123456789 oh amazing! There are Nim bindings for Jupyter notebooks, try https://github.com/stisa/jupyternim which HAS hot code reloading! Very impressive, we could learn a lot from this project. |
yes, it is difficult to imagine something similar to Pharo can be implemented in a statically typed compiled language. |
Like https://youtu.be/7WgCt0Wooeo
The text was updated successfully, but these errors were encountered: