Technology
 

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

[edit] Language: C

[edit] Language: C#

  • Microsoft Visual C# (Microsoft Visual Studio)
  • Mono

[edit] Language: C++

[edit] Language: Java

[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

[edit] Language: Ruby

[edit] Language: Other