Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 529 Bytes

WISHLIST.md

File metadata and controls

13 lines (9 loc) · 529 Bytes

Juan Carlos Orozco WISHLIST:

Create helper functions for readability. Ex: function repeat(times){...}. This requires repeat(times, function(){}). Maybe change this function call so that the anonymous function gets converted to a statment input list. Generate this call when adding a repeat block (instead of the for block)

Support modules Support extensions

When one selects a block -> code line is selected When one selects a part of code -> corresponding block is selected

Use a safe eval() with debug options.