]> git.llucax.com Git - personal/website.git/blob - source/blog/posts/2010/01/14-ideone.com-(compiling-online).rst
Update resume with The Podcast App
[personal/website.git] / source / blog / posts / 2010 / 01 / 14-ideone.com-(compiling-online).rst
1 Title: Ideone.com (compiling online)
2 Tags: en, d, compiler, web
3
4 I'm almost sure I've seen this before, at least for D_, but I just found
5 ideone.com__, a simple site where you can try your code online (compile and
6 run), for several languages, including D_ (DMD__ 2.008__, pretty old, but it's
7 something ;)
8
9 __ http://ideone.com/
10 __ http://www.dsource.org/projects/dmd
11 __ http://www.digitalmars.com/d/2.0/changelog.html#new2_008
12
13 You can see my simple `hello world`__ =)
14
15 __ http://ideone.com/toLegEEh
16
17 .. _D: http://www.digitalmars.com/d/
18
19 .. vim: set et sw=4 sts=4 :