list of free compilers and assemblers

Questions about programming languages and debugging
User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

list of free compilers and assemblers

Post by bad_brain »

Last edited by bad_brain on 14 Oct 2008, 08:41, edited 2 times in total.

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

woaw nice list!! thanks :D
"The best place to hide a tree, is in a forest"

shamir
Computer Manager
Computer Manager
Posts: 853
Joined: 01 Mar 2007, 17:00
17
Location: NY
Contact:

Post by shamir »

very good list, thanks bro. :lol:

pseudo_opcode
cyber messiah
cyber messiah
Posts: 1201
Joined: 30 Apr 2006, 16:00
17
Location: 127.0.0.1

Post by pseudo_opcode »

Wow, some of the languages i havent even heard of...
For C/C++
borland & Turbo C++
Visual studio(visual C++)


PHP
Okay its not a compiled language but zend IDE is hot (for me as a pro developer) these days and worth mentioning as it saves a lot of time.

For AJAX lovers
Aptana IDE

For assemblers
There's a GAS(GNU assembler) AT&T syntax(supports intel syntax with directive too, but not very efficient)
NASM(how can you forget this?

No idea about visual basic
Cant think of more

User avatar
Stavros
ΜΟΛΩΝ ΛΑΒΕ
ΜΟΛΩΝ ΛΑΒΕ
Posts: 1098
Joined: 02 Jan 2006, 17:00
18
Location: Mississippi, U.S.A.

Post by Stavros »

What pseudo_opcode said.

For Visual Basic it's the same as C++; Visual Studios can be configured for C++ and VB.

User avatar
luggyx
Life time student
Life time student
Posts: 135
Joined: 03 May 2007, 16:00
16

Post by luggyx »

thx good list

User avatar
webber4
Newbie
Newbie
Posts: 1
Joined: 11 May 2007, 16:00
16

Post by webber4 »

thanks

User avatar
noxes
Newbie
Newbie
Posts: 1
Joined: 16 Apr 2008, 16:00
16
Location: malaysia
Contact:

Post by noxes »

thx bro

User avatar
t3st
forum buddy
forum buddy
Posts: 13
Joined: 18 Apr 2008, 16:00
16

Post by t3st »

good list..

User avatar
Still_Learning
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 1040
Joined: 11 Jun 2008, 16:00
15
Location: Trigger City

Post by Still_Learning »

I didnt know Pascal was still a language people knew, That was the first language i learned. My first program i made was a stick figure / street fighter game, just like street fighter but with stick figures, i had special combos and everything lol it was for a class in school


btw: Kbasic is only free for linux users, what is J used for? just like a quick noob summary? sounds intresting

G-Brain
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 467
Joined: 08 Nov 2007, 17:00
16
Location: NL

Post by G-Brain »

itzm3 wrote:what is J used for? just like a quick noob summary? sounds intresting
From Jsoftware.com:

J is a modern, high-level, general-purpose, high-performance programming language.

Why J?
J is particularly strong in the mathematical, statistical, and logical analysis of data. It is a powerful tool in building new and better solutions to old problems and even better at finding solutions where the problem is not already well understood.

J systems have:

* an integrated development environment
* standard libraries, utilities, and packages
* a form designer for your application forms
* an event-driven graphical user interface to your application
* interfaces with other programming languages and applications
* integrated 2d and 3d graphics
* memory mapped files for high performance data applications


“If you are interested in programming solutions to challenging data processing problems, then the time you invest in learning J will be well spent.”

In two words: Data processing




Nitpicking: ASM is assembled, not compiled.
I <3 MariaLara more than all of you

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

G-Brain wrote: Nitpicking: ASM is assembled, not compiled.
FIXED! :lol:

User avatar
Still_Learning
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 1040
Joined: 11 Jun 2008, 16:00
15
Location: Trigger City

Post by Still_Learning »

Thanks G-Brain! :D

I now have Turbo Pascal again after many years.. I think i may write my first program in many years in pascal, what about decompilers. I used to have one that would decompile programs to a source other then assembly like say it would decompile a .exe back to C source, or back to Basic source, ect.. the original source like writeln('hello'); type source

then i could make wanted changes and recompile it back to .exe
:?:
anyone know what i am talking about?

G-Brain
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 467
Joined: 08 Nov 2007, 17:00
16
Location: NL

Post by G-Brain »

bad_brain wrote:FIXED! :lol:
:P

Also: http://nasm.sourceforge.net

NASM is what I used when I wrote assembler.

itzm3 wrote:I now have Turbo Pascal again after many years.. I think i may write my first program in many years in pascal
Great! :D
itzm3 wrote:what about decompilers. I used to have one that would decompile programs to a source other then assembly like say it would decompile a .exe back to C source, or back to Basic source, ect.. the original source like writeln('hello'); type source
Hehehe, decompilng is hard work. Ever looked at the source of one of those things?

Here's a nice article about decompiling C++:
http://www.codeproject.com/KB/cpp/reversedisasm.aspx
I <3 MariaLara more than all of you

User avatar
Producted
On the way to fame!
On the way to fame!
Posts: 26
Joined: 13 Oct 2008, 16:00
15
Contact:

Post by Producted »

C#
http://www.icsharpcode.net/OpenSource/SD/

Better than Microsoft his Visual Studio crap.

Post Reply