simonmarhaskell:
> Don Stewart wrote:
> >This is a rather fun patch (imo) that lets runghc read from stdin (into
> >a temp file) if no filename is provided.
> >
> >It means this works,
> >
> >$ cat A.hs | runghc | python2.4| ruby | runghc | python2.4 | ruby
> >
> >Where A.hs is sigfpe's 3rd
Don Stewart wrote:
This is a rather fun patch (imo) that lets runghc read from stdin (into
a temp file) if no filename is provided.
It means this works,
$ cat A.hs | runghc | python2.4| ruby | runghc | python2.4 | ruby
Where A.hs is sigfpe's 3rd order quine,
http://sigfpe.blogspo
This is a rather fun patch (imo) that lets runghc read from stdin (into
a temp file) if no filename is provided.
It means this works,
$ cat A.hs | runghc | python2.4| ruby | runghc | python2.4 | ruby
Where A.hs is sigfpe's 3rd order quine,
http://sigfpe.blogspot.com/2008/02/third-or