login about faq

Due to the large amount of spam accounts, we temporarily disabled new user sign ups. To override this, email newuser.lgqa@gmail.com and an admin will determine if you are permitted to join


I've been programming a lot on Windows, and now that i moved to Ubuntu 10.04, I want to continue to programming... What's the best language to start with? I've heard about Gambas being similar to VisualBasic, but I want something stronger... as C++ or so...

What do you say?

asked Jun 03 '10 at 19:01

Oscar%20Cisneros's gravatar image

Oscar Cisneros
306626572

edited Nov 28 '10 at 01:16

trueb's gravatar image

trueb
15.0k5099257


Python. That way you can contribute to OSQA!

answered Jun 03 '10 at 19:01

tsilb's gravatar image

tsilb
21.0k65199333

I like PHP, a lot. You could install LAMP and start making web apps!

answered Jun 03 '10 at 19:06

Ang's gravatar image

Ang
4.5k134176

1

PHP = waterboarding :P

(Nov 27 '10 at 18:03) UncleNinja UncleNinja's gravatar image

Depends on what you want to do, really.

If you want to start learning a scripting language to build web apps and the like, you might want to try Ruby or Python.

Also, C/C++ development is really easy to get started with on Linux, especially Ubuntu. If you prefer IDEs, I suggest Netbeans. To get started with C/C++ development in Ubuntu, open up a terminal and type:

sudo apt-get install build-essential

And if you want to install Netbeans, it's a similar process:

sudo apt-get install netbeans

answered Jun 03 '10 at 21:31

eddieringle's gravatar image

eddieringle
2.3k71644

i recommend C or C++, i use Code Blocks or the gcc compiler with gedit as the editor. but code blocks def is nice. you can get code blocks from the software center, just search for blocks.

answered Nov 27 '10 at 20:22

trueb's gravatar image

trueb
15.0k5099257

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported


Join Us in the Chat Room

Tags:

×504
×68
×44
×41

Asked: Jun 03 '10 at 19:01

Seen: 733 times

Last updated: Nov 28 '10 at 01:16