- Encourage making your code transparent and having a meaningful visual overview.
# The Editor Might
- Warn the user for code patterns that can be written to run significantly faster.
- Support publishing of roc libraries from the editor.
- Support conversion for snippets of code from different languages to roc.
- Support running in the browser.
- Support code execution on a remote machine while being able to view UI locally.
- Allow detailed logging so you can see everything you were doing(including plugin actions) when you were for example editing a specific file 3 months ago.
- Support entering a parseable formatted piece of roc code character by character so that the rendered result in the editor looks exactly like the input. This could make working with a projectional editor more intuitive.