show/hide this revision's text 7 Fixed link.

Polyglot: 5 languages, all using bignums

So, I wrote a polyglot which works in the three languages I often write in, as well as one from my other answer to this question and one I just learned today. It's a standalone program, which reads a single line containing a nonnegative integer and prints a single line containing its factorial. Bignums are used in all languages, so the maximum computable factorial depends only on your computer's resources.

  • Perl: uses built-in bignum package. Run with perl FILENAME.
  • Haskell: uses built-in bignums. Run with runhugs FILENAME or your favorite compiler's equivalent.
  • C++: requires GMP for bignum support. To compile with g++, use g++ -lgmpxx -lgmp -x c++ FILENAME to link against the right libraries. After compiling, run ./a.out. Or use your favorite compiler's equivalent.
  • brainf*ck: I wrote some bignum support in this post. Using Muller's classic distribution, compile with bf < FILENAME > EXECUTABLE. Make the output executable and run it. Or use your favorite distribution.
  • Whitespace: uses built-in bignum support. Run with wspace FILENAME.

Edit: added Whitespace as a fifth language. Incidentally, do not wrap the code with <code> tags; it breaks the Whitespace. Also, the code looks much nicer in fixed-width.

char //# b=0+0{- |0*/; #>>>>,----------[>>>>,--------
#define	a/*#--]>>>>++<<<<<<<<[>++++++[<------>-]<-<<<
#Perl	><><><>	 <> <> <<]>>>>[[>>+<<-]>>[<<+>+>-]<->
#C++	--><><>	<><><><	> < > <	+<[>>>>+<<<-<[-]]>[-]
#Haskell >>]>[-<<<<<[<<<<]>>>>[[>>+<<-]>>[<<+>+>-]>>]
#Whitespace	>>>>[-[>+<-]+>>>>]<<<<[<<<<]<<<<[<<<<
#brainf*ck > < ]>>>>>[>>>[>>>>]>>>>[>>>>]<<<<[[>>>>*/
exp; ;//;#+<<<<-]<<<<]>>>>+<<<<<<<[<<<<][.POLYGLOT^5.
#include <gmpxx.h>//]>>>>-[>>>[>>>>]>>>>[>>>>]<<<<[>>
#define	eval int	main()//>+<<<-]>>>[<<<+>>+>->
#include <iostream>//<]<-[>>+<<[-]]<<[<<<<]>>>>[>[>>>
#define	print std::cout	<< // >	<+<-]>[<<+>+>-]<<[>>>
#define	z std::cin>>//<< +<<<-]>>>[<<<+>>+>-]<->+++++
#define c/*++++[-<[-[>>>>+<<<<-]]>>>>[<<<<+>>>>-]<<*/
#define	abs int $n //><	<]<[>>+<<<<[-]>>[<<+>>-]]>>]<
#define	uc mpz_class fact(int	$n){/*<<<[<<<<]<<<[<<
use bignum;sub#<<]>>>>-]>>>>]>>>[>[-]>>>]<<<<[>>+<<-]
z{$_[0+0]=readline(*STDIN);}sub fact{my($n)=shift;#>>
#[<<+>+>-]<->+<[>-<[-]]>[-<<-<<<<[>>+<<-]>>[<<+>+>+*/
uc;if($n==0){return 1;}return $n*fact($n-1);	}//;#
eval{abs;z($n);print fact($n);print("\n")/*2;};#-]<->
'+<[>-<[-]]>]<<[<<<<]<<<<-[>>+<<-]>>[<<+>+>-]+<[>-+++
-}--	<[-]]>[-<<++++++++++<<<<-[>>+<<-]>>[<<+>+>-++
fact 0	= 1 -- ><><><><	> <><><	]+<[>-<[-]]>]<<[<<+ +
fact	n=n*fact(n-1){-<<]>>>>[[>>+<<-]>>[<<+>+++>+-}
main=do{n<-readLn;print(fact n)}-- +>-]<->+<[>>>>+<<+
{-x<-<[-]]>[-]>>]>]>>>[>>>>]<<<<[>+++++++[<+++++++>-]
<--.<<<<]+written+by+++A+Rex+++2009+.';#+++x-}--x*/;}
show/hide this revision's text 6 Rollback to Revision 4
char //# b=0+0{- |0*/; #>>>>,----------[>>>>,--------#define	a/*#--]>>>>++<<<<<<<<[>++++++[<------>-]<-<<<#Perl><><><>   <> <> <<]>>>>[[>>+<<-]>>[<<+>+>-]<->#C++	--><><> <><><>< > < > < +<[>>>>+<<<-<[-]]>[-]#Haskell >>]>[-<<<<<[<<<<]>>>>[[>>+<<-]>>[<<+>+>-]>>]#Whitespace	>>>>[-[>+<-]+>>>>]<<<<[<<<<]<<<<[<<<<#brainf*ck> < ]>>>>>[>>>[>>>>]>>>>[>>>>]<<<<[[>>>>*/exp; ;//;#+<<<<-]<<<<]>>>>+<<<<<<<[<<<<][.POLYGLOT^5.#include <gmpxx.h>//]>>>>-[>>>[>>>>]>>>>[>>>>]<<<<[>>#define	eval int	main()//>+<<<-]>>>[<<<+>>+>->#include <iostream>//<]<-[>>+<<[-]]<<[<<<<]>>>>[>[>>>#define	print std::cout<< // > <+<-]>[<<+>+>-]<<[>>>#define	z std::cin>>//<< +<<<-]>>>[<<<+>>+>-]<->+++++#define c/*++++[-<[-[>>>>+<<<<-]]>>>>[<<<<+>>>>-]<<*/#define	abs int $n //>< <]<[>>+<<<<[-]>>[<<+>>-]]>>]<#define	uc mpz_class fact(int	$n){/*<<<[<<<<]<<<[<<use bignum;sub#<<]>>>>-]>>>>]>>>[>[-]>>>]<<<<[>>+<<-]z{$_[0+0]=readline(*STDIN);}sub fact{my($n)=shift;#>>uc;if($n==0){return 1;}return $n*fact($n-1);	}//;#eval{abs;z($n);print fact($n);print("\n")/*2;};#-]<->-}--	<[-]]>[-<<++++++++++<<<<-[>>+<<-]>>[<<+>+>-++fact 0	= 1 --><><><>< > <><><  ]+<[>-<[-]]>]<<[<<+ +fact	n=n*fact(n-1){-<<]>>>>[[>>+<<-]>>[<<+>+++>+-}main=do{n<-readLn;print(fact n)}-- +>-]<->+<[>>>>+<<+
        
show/hide this revision's text 5 am the bones you couldn’t break (give that cluster duck a shot at formatting and not cutting off, needs blank lines at end to help)
char  //#  b=0+0{-  |0*/;  #>>>>,----------[>>>>,--------#define 	a/*#--]>>>>++<<<<<<<<[>++++++[<------>-]<-<<<#Perl  	><><><>	 <> <> <<]>>>>[[>>+<<-]>>[<<+>+>-]<->><><><>   <> <> <<]>>>>[[>>+<<-]>>[<<+>+>-]<->#C++    	--><><>	<><><><	> < > <	+<[>>>>+<<<-<[-]]>[-]><><> <><><>< > < > < +<[>>>>+<<<-<[-]]>[-]#Haskell  >>]>[-<<<<<[<<<<]>>>>[[>>+<<-]>>[<<+>+>-]>>]#Whitespace     	>>>>[-[>+<-]+>>>>]<<<<[<<<<]<<<<[<<<<#brainf*ck  > < ]>>>>>[>>>[>>>>]>>>>[>>>>]<<<<[[>>>>*/> < ]>>>>>[>>>[>>>>]>>>>[>>>>]<<<<[[>>>>*/exp;  ;//;#+<<<<-]<<<<]>>>>+<<<<<<<[<<<<][.POLYGLOT^5.#include  <gmpxx.h>//]>>>>-[>>>[>>>>]>>>>[>>>>]<<<<[>>#define 	eval  int        	main()//>+<<<-]>>>[<<<+>>+>->#include  <iostream>//<]<-[>>+<<[-]]<<[<<<<]>>>>[>[>>>#define 	print  std::cout 	<< // >	<+<-]>[<<+>+>-]<<[>>><< // > <+<-]>[<<+>+>-]<<[>>>#define 	z  std::cin>>//<< +<<<-]>>>[<<<+>>+>-]<->+++++>>//<< +<<<-]>>>[<<<+>>+>-]<->+++++#define  c/*++++[-<[-[>>>>+<<<<-]]>>>>[<<<<+>>>>-]<<*/#define 	abs  int  $n  //><	<]<[>>+<<<<[-]>>[<<+>>-]]>>]<#define 	uc  mpz_class    fact(int 	$n){/*<<<[<<<<]<<<[<<use  bignum;sub#<<]>>>>-]>>>>]>>>[>[-]>>>]<<<<[>>+<<-]z{$_[0+0]=readline(*STDIN);}sub  fact{my($n)=shift;#>>uc;if($n==0){return  1;}return  $n*fact($n-1);    	}//;#eval{abs;z($n);print  fact($n);print("\n")/*2;};#-]<->-}--    	<[-]]>[-<<++++++++++<<<<-[>>+<<-]>>[<<+>+>-++fact  0 	=  1  --  ><><><><	> <><><	]+<[>-<[-]]>]<<[<<+ +><><><>< > <><><  ]+<[>-<[-]]>]<<[<<+ +fact    	n=n*fact(n-1){-<<]>>>>[[>>+<<-]>>[<<+>+++>+-}<-readLn;print(fact n)}-- +>-]<->+<[>>>>+<<+
        
show/hide this revision's text 4 minor things
show/hide this revision's text 3 Lowercased brainf*ck.
show/hide this revision's text 2 Added Whitespace as a fifth language!
show/hide this revision's text 1
    Post Made Community Wiki by Community