Its really cool. On Mon, Oct 24, 2011 at 7:41 AM, Mohit Singh <[email protected]> wrote:
> Dear FOSSouls, > > > I have just come across an interesting online FOSS compiler and interpreter > at 'codepad.org' for any user (even without a login). > > Just copy paste your code and it shows output.Of course, it needs > improvements but gives nice taste of compiling in the cloud. > > Compiler and Interpreter versions used - > > *C*: gcc 4.1.2 > flags: -O -fmessage-length=0 -fno-merge-constants -fstrict-aliasing > -fstack-protector-all > > *C++*: g++ 4.1.2 > flags: -O -std=c++98 -pedantic-errors -Wfatal-errors -Werror -Wall -Wextra > -Wno-missing-field-initializers -Wwrite-strings -Wno-deprecated -Wno-unused > -Wno-non-virtual-dtor -Wno-variadic-macros -fmessage-length=0 > -ftemplate-depth-128 -fno-merge-constants -fno-nonansi-builtins > -fno-gnu-keywords -fno-elide-constructors -fstrict-aliasing > -fstack-protector-all -Winvalid-pch > > *D*: Digital Mars D Compiler v1.026 > > *Haskell*: Hugs, September 2006 > flags: -98 > > *Lua*: Lua 5.1.3 > > *OCaml*: Objective Caml version 3.10.1 > > *PHP*: PHP 5.2.5 > > *Perl*: Perl v5.8.0 > > *Python*: Python 2.5.1 > > *Ruby*: Ruby 1.8.6 > > *Scheme*: MzScheme v372 [cgc] > > *Tcl*: tclsh 8.4.16 > > > > Mohit Singh > ------------------ > > ** > > -- > Mailing list guidelines and other related articles: > http://lug-iitd.org/Footer > -- (\/)/\ /-/ ES /-/ -- Mailing list guidelines and other related articles: http://lug-iitd.org/Footer
