Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Bilal Junaidy
1,775 PointsCapabilities of different programming languages
Could someone please tell me what each programming language is capable of doing. What I mean by that is which programming languages allow you to make applications (both mobile and websites) and what kinds of programming languages can you make from each different languages?
1 Answer
James Barnett
39,199 PointsStrictly speaking of the items listed below, the following are actual programming languages: Ruby, Python, PHP, Objective-C & Java
Here are some things you can make with the various things taught on Treehouse.
- Desktop applications: Ruby, Python & Objective-C
- Scripting: Python & Ruby
- Native Mobile Applications: Android (based on Java) & iOS (based on Objective-C)
- Web Applications: Ruby on Rails (Based on Ruby), Django (Based on Python), PHP
- CMS: Wordpress (Based on PHP)