Only logged in members can reply and interact with the post.
Join SimilarWorlds for FREE »

Which Programming Language would be helpful for Freelancing?

This page is a permanent link to the reply below and its nested replies. See all post replies »
DeWayfarer · 61-69, M
C and C++ is a good start.

These are full fledged languages used today.

Scripting languages are limited towards web design are not fully fledged languages.

Assembly might seem like a good fully fledged language yet in truth it's mostly for low level stuff, also some optimized routines could use it. Yet it's more for tweeking performance in conjunction with C or C++.

I did the later once only on certain devices like with certain video cards.
@DeWayfarer i am familiar wth C and C++
aren't Java and Python much better?
DeWayfarer · 61-69, M
@darkknightt if you are into web development yes. But they are not real computer languages. You asked for programming languages.

You can write a web browser with C and C++. You can't with java or python.