Difference between revisions of "Online compilers"

From D Wiki
Jump to: navigation, search
(asm.dlang.org appears to no longer exist)
(11 intermediate revisions by 6 users not shown)
Line 1: Line 1:
List of known online D compilers / disassemblers (supported versions listed as of 2015-11-15):
+
List of known online D compilers / disassemblers:
  
 
{| class="wikitable" style="text-align:center" |
 
{| class="wikitable" style="text-align:center" |
! Name || DMD || GDC || LDC || Disassembly? || Runs code?
+
! Name || DMD || DMD-nightly || GDC || LDC || Disassembly || Runs code
 
|-
 
|-
| [http://dpaste.dzfl.pl/ DPaste] || 2.068.2<br>git master<br>1.076 || - || 0.12.0 (2.063.2) || {{yes}} || {{yes}}
+
| [https://run.dlang.io/ run.dlang.io] || {{yes}} || {{yes}} || - || {{yes}} || {{yes}} || {{yes}}
 
|-
 
|-
| [http://asm.dlang.org/ asm.dlang.org] || 2.065.0<br>2.066.1<br>2.067.1<br>nightly || - || - || {{yes}} || {{no}}
+
| [https://dpaste.dzfl.pl/ DPaste] || {{yes}} || - || - || {{yes}} || {{yes}} || {{yes}}
 
|-
 
|-
| [http://ldc.acomirei.ru/ ldc.acomirei.ru] || - || - || LDC 1.1.0-alpha1 (D 2.071.1, LLVM 3.9) || {{yes}} || {{no}}
+
| [https://explore.dgnu.org/ explore.dgnu.org] || - || - || {{yes}} || - || {{yes}} || {{no}}
 
|-
 
|-
| [http://explore.dgnu.org/ explore.dgnu.org] || - || 4.4.7<br>4.8.2<br>4.9.2<br>ARM-EABI 4.9.2<br>ARMHF-EABI 4.9.2 || - || {{yes}} || {{no}}
+
| [https://d.godbolt.org/ d.godbolt.org] || {{yes}} || {{yes}} || {{yes}} || {{yes}} || {{yes}} || {{no}}
 
|-
 
|-
| [http://d.godbolt.org/ d.godbolt.org] || - || 2.066.1 (4.9)<br>4.4 (Ubuntu)<br>4.6 (Ubuntu)<br>4.9 (Ubuntu) || - || {{yes}} || {{no}}
+
| [https://paiza.IO/ paiza.IO] || - || - || - || {{yes}} || {{no}} || {{yes}}
 
|-
 
|-
| [http://melpon.org/wandbox/ Wandbox (GDC)] || HEAD v2.069-devel-680d0eb<br>v2.069.2 || HEAD 6.0.0 20150719 || - || {{no}} || {{yes}}
+
| [http://melpon.org/wandbox/ Wandbox (GDC)] || {{yes}} || - || {{yes}} || - || {{no}} || {{yes}}
 
|-
 
|-
| [http://www.tutorialspoint.com/compile_d_online.php tutorialspoint.com] || 2.070 || - || - || {{no}} || {{yes}}
+
| [http://www.tutorialspoint.com/compile_d_online.php tutorialspoint.com] || {{yes}} || - || - || - || {{no}} || {{yes}}
 
|-
 
|-
| [http://codepad.org/ codepad.org] || 1.026 || - || - || {{no}} || {{yes}}
+
| [http://codepad.org/ codepad.org] || {{yes}} || - || - || - || {{no}} || {{yes}}
 
|-
 
|-
| [http://ideone.com/ ideone.com] || 2.067 || 5.1 (2.066) || 0.14 (2.065) || {{no}} || {{yes}}
+
| [http://ideone.com/ ideone.com] || {{yes}} || - || {{yes}} || {{yes}} || {{no}} || {{yes}}
 +
|-
 +
| [https://glot.io/new/d glot.io] || {{yes}} || - || - || - || {{no}} || {{yes}}
 
|}
 
|}
 +
 +
 +
[[Category:Compiler]]

Revision as of 00:07, 20 July 2018

List of known online D compilers / disassemblers:

Name DMD DMD-nightly GDC LDC Disassembly Runs code
run.dlang.io Green check.png Green check.png - Green check.png Green check.png Green check.png
DPaste Green check.png - - Green check.png Green check.png Green check.png
explore.dgnu.org - - Green check.png - Green check.png Red x.png
d.godbolt.org Green check.png Green check.png Green check.png Green check.png Green check.png Red x.png
paiza.IO - - - Green check.png Red x.png Green check.png
Wandbox (GDC) Green check.png - Green check.png - Red x.png Green check.png
tutorialspoint.com Green check.png - - - Red x.png Green check.png
codepad.org Green check.png - - - Red x.png Green check.png
ideone.com Green check.png - Green check.png Green check.png Red x.png Green check.png
glot.io Green check.png - - - Red x.png Green check.png