Re: Floating point print Incompatibility SWI 5.10.2 versus 6.6.2
Kilian Evang <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
On 20-03-14 09:21, Jan Wielemaker wrote: > P.s. The above implies that unquoted write is meaningless in Prolog. I fear > that some people will not agree, but in my experience it is more > frequently a source of confusion than anything useful. I agree. It is an annoyance that unquoted write is the default, e.g. for displaying exceptions. I often find myself painstakingly going through terms and manually adding quotes so I can paste them back into the toplevel. Is there an easy way to make SWI-Prolog use quoted write instead, e.g. by setting a flag? Kilian