Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2007-02-24 21:36:40
Size: 707
Editor: KaiJaeger
Comment:
Revision 6 as of 2015-01-28 19:56:23
Size: 918
Editor: KaiJaeger
Comment:
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"]. We do not need a supercomputer and millions of years to proof that. Whatever you specify as right argument to this function: 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"]].

We do not need a supercomputer and millions of years to prove that. Whatever you specify as right argument to this function:
Line 6: Line 8:
MeaningOfLife←{+.×/⍎⊖⍕⊃¨⊂|⌊-*+○⌈∨.∧/>\</×÷!⌽⍉⌹~⍴⍋⍒,⍟?⍳''≡1↑0⍴∊⍵} MeaningOfLife←{+.×/⍎⊖⍕⊃¨⊂|⌊-*+○⌈∨.∧/>\</×÷!⌽⍉⌹~⍴⍋⍒,⍟?⍳''≡1↑0⍴∊⍵}
Line 9: Line 11:
...will produce a reasonable answer, regardless which type/lenght/depth/rank it is. ...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
}}}
Line 13: Line 33:
CategoryShowcases, CategoryDyalog CategoryShowCases, CategoryDyalog

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)