List of compilers and interpreters
From Programmer's Wiki
(Redirected from Compilers and interpreters)
This page contains a list of compilers and interpreters for various languages.
Contents |
[edit] Language: BASIC
- bwbasic
- freebasic
- glbcc
- GW Basic
- hbasic
- kbasic
- scriptbasic
- smallbasic
- wxbasic
- xbasic
- x11basic
- yabasic
- Jabaco
[edit] Language: C
- Lcc-win32
- LCC stands for local C compiler. A compiler system for windows developer by Jacob Navia.
- Gnu Compiler Collection
- The Gnu Compiler Collection includes a C compiler called gcc.
- Tiny C Compiler
[edit] Language: C#
[edit] Language: C++
- Gnu Compiler Collection
- The Gnu Compiler Collection's C++ compiler is called g++.
- Intel C++ Compiler
- Microsoft C/C++ Optimizing Compiler
- Sun C++ Compiler
- Digital Mars C++ Compiler
- Turbo C++
- Interstron C++ Compiler
[edit] Language: Java
- javac - Sun's Java Compiler
- Sun's Java Compiler is the only compiler authorized by Sun Microsystems. It is the benchmark against which the others measure themselves.
- GNU's GCJ Compiler
- IBM's Jikes Compiler
- Tim Wilkinson's and Jim Pick's Kaffe Compiler
- Kaffe was an early entrance into the scene, and was the first real JIT on the market. It's primary use nowadays is for embedded systems.
- Netbeans
- NetBeans is a free and popular compiler for Java applications. It does as well support other languages, such as C and C++.
[edit] Language: Pascal
[edit] Free Pascal
- Free Pascal
- The language syntax has excellent compatibility with TP 7.0 as well as with most versions of Delphi (classes, rtti, exceptions, ansistrings, widestrings, interfaces). A Mac Pascal compatibility mode is also provided to assist Apple users. Furthermore Free Pascal supports function overloading, operator overloading, global properties and other such features.
- Turbo Pascal
[edit] Language: Perl
- Perl 5.10 source code
- This is distributed in a tar.gz file. There are various binary distributions for almost any system. Most linux distributions comes with perl. A well known distribution for Windows is Activestate's ActivePerl
[edit] Language: PHP
- Some servers evaluate PHP files "on-the-fly" immediately after retrieving them.
[edit] Language: Python
- Python's compiler (official)
- IronPython
[edit] Language: Ruby
- ...
- IronRuby
