I think that kodular is very powerfull tool…but the code programming is very hard (interact with block and mouse)…
Please would be posible, that kodular let us write javascript (typescript) or whatever languaje directly on the blocks? this options unblock the limits power of this amazing kodular…
Example :
If myapp.image.visible then
myapp.image.visible = .f. ;
myapp.image.text = “example.jpg”;
Else
myapp.blockmessage.show(“Error some image must choice”) ;
endif
Write code is more efecty and more products hours that drag block code…
Also if i can write directly code we could have a debugger step by step…
PLEASE… PLEASE… freely kodular write script, that I can have 2 options : blockcode and script code.
I don’t see how. A text-based code editor in Kodular would be great, even if the language were to be a scripting language specific to Kodular. While blocks can be created with a keyboard by typing it in, nothing beats the speed of pure text code.
It has been discussed and debated multiple times, and I for one look forward to having a text-based code editor in Kodular.
Blockly’s in-built JS generator isn’t of much use to us. Kodular apps are written in YAIL, with the components written in Java. So you’d still need a way to compile JS to YAIL. We’ll need a custom tokeniser/parser to work with the features you find in blocks that don’t exist in JS (for example, the local variable blocks)
Writing a custom parser, while not very hard from a technical perspective, does require us to make difficult design choices wrt how the text-based language will look.