Compile your code online using Codepad.org

      

codepad.orgWhile surfing through the web, I encounter this wonderful website codepad.org, that can be used to compile/interpret and share code snippets online. A number of language/script option is available which can be used to compile your code online.

I started with writing a simple Hello World C program.

#include <stdio.h>
main()
{
	printf("Hello World");
}

codepad-c-compiler

Not only you can compile your code snippet online but also share it with others. Codepad.org generates a small URL that can be shared with friends/colleagues and even they can comment on the code snippet.

Although codepad supports C, C++, D, Haskell, Lua, OCaml, PHP, Perl etc but still it does not support some of the popular languages such as Java. I hope they implement the support soon.

Happy Sharing…


Facebook  Twitter      Stumbleupon  Delicious
  

2 Comments on “Compile your code online using Codepad.org”

  • lmk wrote on 13 November, 2009, 1:56

    you can also have a look at ideone.com. It is quite similar but provides more languages and allowd to submit your input data

  • lumen wrote on 28 December, 2009, 4:57

    Yeah, with ideone collaborative debugging is easier.

Write a Comment

Gravatars are small images that can show your personality. You can get your gravatar for free today!

Copyright © 2010 ViralPatel.net. All rights reserved.