Luca's meaningless thoughts   SponsorGitHub SponsorsLiberapayPaypalBuy Me A CoffeePatreonFlattr

Ideone.com (compiling online)

by Leandro Lucarella on 2010- 01- 15 00:19 (updated on 2010- 01- 15 00:19)
tagged compiler, d, en, web - with 2 comment(s)

I'm almost sure I've seen this before, at least for D, but I just found ideone.com, a simple site where you can try your code online (compile and run), for several languages, including D (DMD 2.008, pretty old, but it's something ;)

You can see my simple hello world =)

Comment #0

by Lukasz on 2010-01-15 22:04

Hi,

Nice post, thank you. If you like another compiler please suggest it.

Comment #1

by Luca on 2010-01-16 14:06

Well, I didn't find any contact information, so I will make the suggestions here :)

  1. Make easier to send feedback to you, if you really appreciate it ;)
  2. DMD for D2 is now at version 2.038, I think you should use the latest version because it have plenty of bugfixes and new features.
  3. A D1 compiler should be added, D2 is an alpha version of the language, and most people doing real work with D is still using D1. For D1 it would be nice to have both DMD (1.055, maybe 1.056 in a couple of days) and LDC (I recommend to stick to hg development version, because the last release, 0.9.1, is way too old).

Thanks for listening.