Difference between revisions of "Online compilers"

From D Wiki
Jump to: navigation, search
(asm.dlang.org appears to no longer exist)
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
List of known online D compilers / disassemblers (supported versions listed as of 2017-02-04):
+
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
 
|-
 
|-
| [https://dpaste.dzfl.pl/ DPaste] || 2.073.0<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.070.2<br>2.071.0<br>nightly || - || - || {{yes}} || {{no}}
+
| [https://dpaste.dzfl.pl/ DPaste] || {{yes}} || - || - || {{yes}} || {{yes}} || {{yes}}
 
|-
 
|-
| [https://explore.dgnu.org/ explore.dgnu.org] || - || 4.9 (2.066.1)<br>ARM-EABI 4.9.2<br>ARMHF-EABI 4.9.2 || - || {{yes}} || {{no}}
+
| [https://explore.dgnu.org/ explore.dgnu.org] || - || - || {{yes}} || - || {{yes}} || {{no}}
 
|-
 
|-
| [https://d.godbolt.org/ d.godbolt.org] || - || 4.8<br>4.9 (2.066.1)<br>5.2 || 1.0<br>1.1<br>0.17.2 || {{yes}} || {{no}}
+
| [https://d.godbolt.org/ d.godbolt.org] || {{yes}} || {{yes}} || {{yes}} || {{yes}} || {{yes}} || {{no}}
 
|-
 
|-
| [http://ldc.acomirei.ru/ ldc.acomirei.ru] || - || - || LDC 1.1.1 (D 2.071.2, LLVM 4.0) || {{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