Aucbvax.6951 net.lang.lisp utzoo!decvax!ucbvax!wildbill Tue Apr 27 16:19:28 1982 Re: greaterequalp x y Ah, but it does...and the name of the function is (surprise!) "greaterp". To decide if x is greater than or equal to y, just write (not (greaterp y x)). While it may not interpret as fast, the compiler knows what you said and it will run just as fast as a hypothetical greaterequalp function.