MPIDE: One IDE to Rule Them All
If you read this site you are more than likely familiar with Arduino and the Arduino IDE. If not let me briefly bring you up to speed.
The Arduino IDE is a cross-platform application written in Java, and is derived from the IDE for the Processing programming language and the Wiring project. It is designed to introduce programming to artists and other newcomers unfamiliar with software development. It includes a code editor with features such as syntax highlighting, brace matching, and automatic indentation, and is also capable of compiling and uploading programs to the board with a single click. There is typically no need to edit makefiles or run programs on the command line... Keep reading after the jump. [node:read-more:link]