Python

I love Python. So clean and elegant. Loops are simple:
for i in range (0, 10):
print i
There is no hassle with curly braces either, though I do think they make things look prettier (but that is just syntactic sugar)
Been working on my robot code, split it up into modules. Was piss easy with Python. I need to get my hands on some form of chassis and an interface between it and my portable deck (which will run the code).
Wow you weren’t kidding with the robot idea huh?
When I say I’m gonna do something, I will do it. I may take my time but I will do it.