d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Brainf*ck > Ever Heard? ^
Add Reply New Topic New Poll
Member
Posts: 4,105
Joined: Jun 3 2013
Gold: 56.48
Aug 9 2013 02:21pm
Anyone of you ever heard? ^
Really fvcks up brains, haha :D

http://en.wikipedia.org/wiki/Brainfuck
Member
Posts: 3,386
Joined: May 4 2013
Gold: 1,780.00
Aug 9 2013 05:08pm
too easy, try malbolge
Member
Posts: 4,105
Joined: Jun 3 2013
Gold: 56.48
Aug 9 2013 05:19pm
Quote (nuvo @ Aug 10 2013 02:08am)
too easy, try malbolge


That is understandable.
Brainfuck doesnt have an idea.

Brainfuck :
Code
-,+[                        
   -[                    
       >>++++[>++++++++<-]  
                             
       <+<-[            
           >+>+>-[>>>]  
           <[[>+<-]>>+>]    
           <<<<<-          
       ]                
   ]>>>[-]+                
   >--[-[<->+++[-]]]<[        
       ++++++++++++<[      
                             
           >-[>+>>]        
           >[+[<+>-]>+>>]  
           <<<<<-          
       ]                  
       >>[<+>-]            
       >[                  
           -[              
               -<<[-]>>    
           ]<<[<<->>-]>>    
       ]<<[<<+>>-]          
   ]                      
   <[-]                    
   <.[-]                  
   <-,+                  
]                      


Malbolge
Code
(=<`:9876Z4321UT.-Q+*)M'&%$H"!~}|Bzy?=|{z]KwZY44Eq0/{mlk**
hKs_dG5[m_BA{?-Y;;Vb'rR5431M}/.zHGwEDCBA@98\6543W10/.R,+O<


Both of them prints : Hello world

This post was edited by CHCL on Aug 9 2013 05:20pm
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll