Re: Ann: SWI-Prolog 7.1.0
Alan Baljeu <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
>> - Quoted atoms are no longer operators. >> >> >> Like Haskell. Good idea. > >How is this like Haskell? Unless my memory fails me, parenthesized operators are not operators, so you can do foo 2 (+) 3 But thinking again, Where is '+' useful in SWI? You never use an isolated operator. +(2,3) works fine foo(2,+,3) also works.