Skip to main content

Programing Language for Kids


DOODLUA is a platform for introducing programing concepts to kids. It is also lot of fun for adults who want to experiment with animation.

There is no edit/compile/run cycle. Just edit and see the output as you type.

With DOODLUA simple animation can be done with couple of lines of code.

It is centered around simple syntax and visual feedback.

Download DOODLUA
Extract the zip file to desired folder
Run the doodlua.exe
Load the example scripts and try the help for learning

Have fun !

Comments

Popular posts from this blog

Recursion & Time Machine

    Writing a recursive function requires a special kind of thinking, you have to write the function assuming that it already exists and you have to some how use it in the current function that you are writing. By the time you figure out how to call the other function, the problem would have been solved for you. It is like trying to build a time machine, then realizing that, once you build it, you could travel back in time and give it to your younger self so that you didn't have to build it in the first place. But you still have the problem of how to start this whole process in a way that your future self has the possibility of completing the time machine and travel back. After writing this post, I noticed that there is a name for this phenomenon. It's called the "Bootstrap paradox".

We the Gods?

Human trying to understand the universe and the purpose of his existence is like a software trying to understand about the computer and its creators. First of all, the software is trapped inside the memory of a digital processing system and its existence is only a sequence of switching gates. Can we say that the software instructions is its physical existence and the execution is its life or soul. For software, the power-on is the great big-bang. Before that the time (the system clock) as they know it - did not exist. For them, the universe started from the moment a random noise on the switch caused the oscillator to tick. The clock speed is the speed of light that puts the maximum limit on everything that happens in its universe. Any event can happen only in a quantum steps of the system clock. Every Time the power is turned on, the universe starts expanding from the first clock to the bootloader to the full blown operating system almost in the same way. There are many pr...

Time travel, a 4-D perspective

The reality is a complex multidimensional entity that reveals itself only through our limited senses. Our species is only sophisticated enough to map three of these n-dimensions into an orthogonally separate properties. This is what we conventionally call as ‘space’. According to the General theory of reality, time-space is an inseparable four-dimensional continuum. Since we could not map the fourth dimension uniquely in our mind, we folded it on to the same spacial dimension. That is why multiple events seem to be happening at each point in space, even though each event is an unique point in itself. Because of this limitation in our understanding of reality, we ask stupid questions like, ‘is time travel possible ?’, ‘whether we can go back in time ?’. But if we do go back in time, it would be the same us at that point in time, at where we were, with exact same memory at that time. We ARE at that time and we are also in THIS time. All the time, space and events exist in eternity. It...