Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

lol C#

Name: Anonymous 2007-11-19 10:40

        private class Wrap<T>
        {
            public readonly Func<Wrap<T>, T> It;
            public Wrap(Func<Wrap<T>, T> it) { It = it; }
        }

        public static Func<T, U> Y<T, U>(Func<Func<T, U>, Func<T, U>> f)
        {
            Func<Wrap<Func<T, U>>, Func<T, U>> g = wx => f(wx.It(wx));
            return g(new Wrap<Func<T, U>>(wx => f(y => wx.It(wx)(y))));
        }

Name: Anonymous 2007-11-19 12:09

Also, NO EXCEPTIONS

Name: Anonymous 2007-11-19 15:32

Holy crap, Perl programs with all abbreviations seem like a fucking school textbook comparing to this

Name: Anonymous 2009-03-06 9:36


The source at hand   You move your   thumb left to   lament and die   in The Desert   of Indentation Wars.

Name: Anonymous 2011-02-03 0:32

Don't change these.
Name: Email:
Entire Thread Thread List