Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2007-11-30 11:02:04
Size: 664
Editor: KaiJaeger
Comment:
Revision 5 as of 2010-12-29 08:22:21
Size: 916
Editor: KaiJaeger
Comment: Examples added
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
As you might know, the answer to the ultimate question is '''42''', according to [http://en.wikipedia.org/wiki/Douglas_adams Douglas Adams`s] famous book "[http://en.wikipedia.org/wiki/The_Hitchhiker's_Guide_to_the_Galaxy Hitchhiker`s Guide to the Galaxy"]. As you might know, the answer to the ultimate question is '''42''', according to [[http://en.wikipedia.org/wiki/Douglas_adams|Douglas Adams`s]] famous book "[[http://en.wikipedia.org/wiki/The_Hitchhiker's_Guide_to_the_Galaxy|Hitchhiker`s Guide to the Galaxy"]].
Line 8: Line 8:
MeaningOfLife←{+.×/⍎⊖⍕⊃¨⊂|⌊-*+○⌈∨.∧/>\</×÷!⌽⍉⌹~⍴⍋⍒,⍟?⍳''≡1↑0⍴∊⍵} MeaningOfLife←{+.×/⍎⊖⍕⊃¨⊂|⌊-*+○⌈∨.∧/>\</×÷!⌽⍉⌹~⍴⍋⍒,⍟?⍳''≡1↑0⍴∊⍵}
Line 11: Line 11:
...will produce a reasonable answer. ...will produce THE answer, for example:

{{{
      MeaningOfLife 1
42
      MeaningOfLife 'aaa'
42
      MeaningOfLife¨10 4⍴2 (2 3) 'abcdef'
42 42 42 42
42 42 42 42
42 42 42 42
42 42 42 42
42 42 42 42
42 42 42 42
42 42 42 42
42 42 42 42
42 42 42 42
42 42 42 42
}}}

Meaning of Life (Hitchhiker`s Guide to the Galaxy)

As you might know, the answer to the ultimate question is 42, according to Douglas Adams`s famous book "Hitchhiker`s Guide to the Galaxy".

We do not need a supercomputer and millions of years to prove that. Whatever you specify as right argument to this function:

MeaningOfLife←{+.×/⍎⊖⍕⊃¨⊂|⌊-*+○⌈∨.∧/>\</×÷!⌽⍉⌹~⍴⍋⍒,⍟?⍳''≡1↑0⍴∊⍵}

...will produce THE answer, for example:

      MeaningOfLife 1  
42
      MeaningOfLife 'aaa' 
42
      MeaningOfLife¨10 4⍴2 (2 3) 'abcdef'
42 42 42 42
42 42 42 42
42 42 42 42
42 42 42 42
42 42 42 42
42 42 42 42
42 42 42 42
42 42 42 42
42 42 42 42
42 42 42 42


CategoryShowcases, CategoryDyalog

MeaningOfLife (last edited 2015-01-28 19:56:23 by KaiJaeger)