Forbid the REPL to write on disk #18675
JoanaBLate
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the feature
As the REPL is not a true interpreter, each time it receives input, it compiles all received (past) inputs in a new executable and runs it.
The problem is, if there was an instruction for writing on disk, that it may damage files by erasing or overwriting them again (and again, and again...).
Use Case
Experienced V programmers would avoid this problem, but the REPL is attractive to the newcomers for making tests...
Proposed Solution
No response
Other Information
No response
Acknowledgements
Version used
All.
Environment details (OS name and version, etc.)
All.
Beta Was this translation helpful? Give feedback.
All reactions