best general purpose programming language? for free?

Anything about MUSIC but doesn't fit into the forums above.
RELATED
PRODUCTS

Post

any help and links will be appreciated

Post

http://java.sun.com

edit: and you might want to pick up Eclipse to use as your IDE: http://www.eclipse.org/
Incomplete list of my gear: 1/8" audio input jack.

Post

It would help to know what platform you are using and which types of tasks you want your programs to perform.

For example, Perl, Python and C/ C++ have free implementations on a variety of platforms. They all have their plus/minuses for different types of tasks, of course, but they are more or less popular.

I don't have any links handy, but a Google search should give enough information on these programming languages. A free compiler for C / C++ is "GCC" from gnu.org if I remember correctly. Some Perl documentation can be found at perldoc.org.

Hope this helps... :\

Hernan

Post

Yeah, Java, I forgot. Nice language, not perfect but OK, depending on what type of applications you are writing.

Lots of web services and enterprise stuff is being done on Java. Lots of libraries too, so you don't have to write everything from scratch.

Hernan

Post

windows xp. i just want a language that's versatile. i liked c++when i tried it years ago. it wasn't hard to grasp. the object thing is fun.

Post

Java would probably be your best bet then... no need to muck about with pointers and whatnot.
Image

Post

thanks for the help all

Post

androidlove wrote:windows xp. i just want a language that's versatile. i liked c++when i tried it years ago. it wasn't hard to grasp. the object thing is fun.
If you did like C++ (and found it easy to learn), then it would be hard to find something better. It is the industry standard for some reasons and probably most powerful due to its direct inheritance from C and also completely platform independant.

Nearly all operating systems are written in C/C++.

But I don't even know, what you meaned with "general purpose".

.

Post

you probably need five years and c++ if you want to do anything worth the effort. otherwise get visual basic.

Post

jtxx000 wrote:Java would probably be your best bet then... no need to muck about with pointers and whatnot.
That ("muck about with pointers"), is actually the most powerful and efficient feature with that language C/C++, which set it appart from the "script kiddy" languages.


And well, progrramming languages are mostly "free", by the way.

.

Post

Not getting involved in code wars.

If you liked C++ and are interested in pursuing your interest in it, here is a fairly well known free IDE which integrates with a free compiler backend.

http://www.bloodshed.net/devcpp.html

When I attempted to pursue an interest in C++, I started here.

Caleb
Happiness is the hidden behind the obvious.

Post

At first i thought that c++ pointers were mucky.. THen i gave some try at a language without them.. Pointers are an incredibly efficient way to program.. Not just cpu efficient either! Programming time efficient!
The following statement is true.
The previous statement is false.

Post

i think the dev-c++ is gonna do it fer me. thanx caleb. thanx all

Post

Ruby

Post

C# takes the best of java and significantly improves on GUI development. I've heard the commandline version of the compiler is free.

Post Reply

Return to “Everything Else (Music related)”