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

Dynamically overriding / reloading functions / modules #675

Open
elkowar opened this issue Nov 21, 2020 · 2 comments
Open

Dynamically overriding / reloading functions / modules #675

elkowar opened this issue Nov 21, 2020 · 2 comments

Comments

@elkowar
Copy link

elkowar commented Nov 21, 2020

Would it be possible to somehow dynamically rewrite/replace a function or module at runtime, without having to write to a file explicitly? I can't find anything like that documented anywhere.

My usecase would be to use this in something like a vim-style text-editor where you (even as the user) could re-write functions and add new behaviour to the application at runtime. For this, being able to actually freely override any module or even just function would be a massive addition to flexibility.

@bvssvni
Copy link
Member

bvssvni commented Nov 25, 2020

@elkowar
Copy link
Author

elkowar commented Nov 25, 2020

ohhh I didnt see that, nice! is that documented anywhere?

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