diff options
Diffstat (limited to 'source.lua')
-rw-r--r-- | source.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source.lua b/source.lua index cfe0b90..efef463 100644 --- a/source.lua +++ b/source.lua @@ -1,10 +1,3 @@ --- Source editor that lets me edit the app from within. However, it's a sharp --- tool. I find it convenient, but I also often end up in a bad state that --- requires dropping down to external tools (editor, file manager) to fix. --- --- Downstream forks provide a better, "freewheeling" experience for editing --- apps live. The source editor provides a half-baked experience for editing --- some of the primitives used by true freewheeling apps. source = {} Editor_state = {} |