[m-dev.] diff: www/release.html

Peter Schachte pets at cs.mu.oz.au
Mon May 26 10:11:31 AEST 1997


> > +It should be pretty easy to port to any sufficiently Unix-like system.
> 
> some [X] ( unix_like(X), runs_mercury(X) ).
> 
> :-)

More like:

runs_mercury(X) :- sufficiently_unix_like(X).

sufficiently_unix_like(X) :- unix_like(X), runs_mercury(X).

:-) :-)


-Peter Schachte      URL:  http://www.cs.mu.oz.au/~pets/
pets at cs.mu.OZ.AU     PGP:  finger pets at 128.250.37.150 for key
    [A computer is] like an Old Testament god, with a lot of rules
    and no mercy.  -- Joseph Campbell




More information about the developers mailing list