Comment What about the Arduino? (Score 1) 175
I own an arduino http://www.arduino.cc/ it is a development board based on the AVR. The AVR has a boot loader and interact with the computer over USB.
The IDE is a c++-like language, but it hides all the obscure stuff, you define the pins, and use them. Very easy and simple to use.