Differences between revisions 70 and 74 (spanning 4 versions)
Revision 70 as of 2019-10-25 16:33:22
Size: 5107
Editor: ?WitoldBaryluk
Comment: D
Revision 74 as of 2020-02-10 10:03:53
Size: 5285
Editor: AlexMyczko
Comment: really split C and C++ into separate parts. it's not the same, not at all. C + OBJ-C could be maybe listed together since OBJ-C is completely C compatible (can compile pure c software)
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
 * ''python3-pcbasic'' GW-BASIC compatible basic interpreter
Line 23: Line 24:
= C / C++ = = C =
Line 32: Line 33:
 * ''cpp''  * ''cpp'' (this is really just the pre processor)

= C++ =

 * [[G++]]
 * [[clang++]]
Line 46: Line 52:
 * [[D]]
Line 63: Line 70:
 * ''flang-7''
Line 91: Line 99:
 * ''clang''

Translation(s): العربية -Brasileiro - English - Español - Français - Indonesia - Italiano - Melayu - Svenska


Note: GTK, QT are not languages, they are gui toolkits.

Ada

  • GNAT is an Ada compiler. It supports all versions of the language, i.e. Ada 2012, Ada 2005, Ada 95 and Ada 83 (however at the time of writing there are troubles with compiling Ada 2012 code)

Algol 68

  • i386 binary Debian package available at

BASIC

  • FreeBasic (libfreebasic already packaged, fbc not yet. Very Microsoft QBasic compatible (graphics))

  • Scriba

  • python3-pcbasic GW-BASIC compatible basic interpreter

  • YaBASIC

= C =

C++

  • ?G++

  • ?clang++

C# and .NET

  • Mono - open source implementation of Microsoft's .NET Framework (mono)

  • Vala - self-hosting and statically typed language with C#-like syntax that compiles to C, based on GLib and GObject, useful with GTK+ and GNOME (valac)

  • .NET Core - Microsoft's new open source .NET framework which works natively on Debian. An installation guide is available on the .NET Core Website.

Clojure

D (dlang)

  • D

  • gdc - Supports D version 2. D compiler utilizing GCC infrastructure. As of GCC 9 integrated into official GCC sources.

  • ldc - Supports D version 2. D compiler utilizing LLVM infrastructure. Separate to LLVM and Clang projects.

Both compilers work very well, utilize same D language parsers and frontend (same as dmd2). gdc supports more architectures at the moment. Both packages also depend automatically on appropriate package providing Phobos (D standard library).

  • dmd2 - https://dlang.org/download.html , available for i386 and amd64 for few operating systems. As of now sources are fully open source, but not all components of dmd2 are free software, due to optimization passes, backend, machine code generation having complex license. Not packaged in Debian.

Erlang

Fortran

Go

  • golang - Metapackage for Go programming language. (golang)

  • golang-go - Compiler for Go programming language. (golang-go)

  • golang-doc - Oficial documentation for Go programming language. (golang-doc)

  • golang-src - Source code of Go programming language. (golang-src

  • gccgo - Go compiler using gcc as backend to generate optimised code. (gccgo)

GTK

Java

JavaScript

Objective-C, Objective-C++

  • gobjc (from GCC)

  • clang

OCaml

  • OCaml (i.e. Objective Caml)

Pascal

Perl

PHP

Python

Ruby

Rust

  • Rust

  • Teams/RustPackaging

  • rustc - Compiler for Rust programming language (rustc)

  • rust-doc - Oficial documentation for Rust programming language . (rust-doc)

  • rust-src - Source code of Rust programming language . (rust-src)

  • cargo - A tool that allows to build Rust projects with declared dependencies (cargo)

Qt

Tcl/Tk

Verilog

Verilog like VHDL are hardware description languages. These may be used for programmable hardware like FPGA for which a completely free toolchain has emerged, see FPGA/Lattice.


CategoryPortal CategoryDeveloper