Quote (irimi @ Jun 22 2012 07:11pm)
what kind of programs?
generally, unless you're doing stuff for Windows, coding on a mac is actually easier.
on a mac, python and gcc are installed by default (as is a version of the JSDK), and of course a cocoa compiler for writing stuff for Mac OS and iOS. there are also some great tools for writing/editing code -- mac versions of Eclipse and IntelliJ, command line editors like emacs and vim, and a zillion different GUI-based text editors (some great ones too) available.
so if you've never done any coding before, I'd say you should start with Python. that's easy enough to get into, and you don't need to download any additional software to start doing it. just open up a TextEdit editor (or download your favorite - XCode and SubethaEdit are two that come to mind) and start coding...
thank you.