Question:
Where can i find free compilers?
Henrique Da Cruz
2011-10-17 13:27:36 UTC
I would like to learn an easy and current computer language for which i can find a free compiler.
Five answers:
jplatt39
2011-10-17 14:10:23 UTC
Current is actually a very flexible word. Most computer languages are "current". I hear people sneering at Pascal all the time but in fact it is as powerful as any other, has object-oriented extensions and with Units is itself extensible so you can make it as flexible as C or C++. Plus, while an "easy" programming language is a contradiction in terms, it's less concise and cryptic than C or C++.



http://www.freepascal.org
?
2011-10-17 20:29:04 UTC
Many current computer languages are just-in-time compiled. That's true for Ruby, Lua, and Python.
Oxguy3
2011-10-18 01:21:05 UTC
Use the language Java and download the awesome compiler/code editor/if-god-were-a-piece-of-software program Eclipse.
Little Princess
2011-10-17 20:35:23 UTC
You can get microsoft visual c++ express for free at http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express



Those "just in time" compilers aren't really compilers, but rather interpreters.
Linkmaster
2011-10-17 20:29:45 UTC
Try using Python. Should do the trick.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...