Paulo Moura

Results 57 issues of Paulo Moura

With cea1353fbb0ae7966e99fcb4eb1210ccb20a4712 and https://github.com/LogtalkDotOrg/logtalk3/blob/master/tests/prolog/predicates/get_char_2/tests.lgt: ```text $ logtalk_tester -p scryer -g "set_logtalk_flag(clean,off)" -w % Batch testing started @ 2022-05-12 08:19:20 % Logtalk version: 3.56.0-b01 % Scryer Prolog version: 0.9.0 % %...

After [this](https://stackoverflow.com/questions/73649460/how-to-escape-a-doublequote-sign-inside-a-tau-prolog-string) mention in StackOverflow, I run the latest Logtalk [tests](https://github.com/LogtalkDotOrg/logtalk3/blob/master/tests/prolog/syntax/double_quoted_terms/tests.lgt), that confirm and expose other compliance issues with double-quoted term syntax: ```text $ logtalk_tester -p tau % Batch testing...

- [x] I solemnly swear that this is all original content of which I am the original author - [x] Pull request title is prepended with `[language/lang-code]` (example `[python/fr-fr]` or...

Consider: ```text $ swipl Welcome to SWI-Prolog (threaded, 64 bits, version 9.3.0-17-g4d781a64e) SWI-Prolog comes with ABSOLUTELY NO WARRANTY. This is free software. Please run ?- license. for legal details. For...

Latest versions of LVM and Trealla Prolog implement a `function_property/2` built-in predicate, which provides similar functionality to the de facto standard `predicate_property/2` built-in predicate, allowing checking or enumerating the properties...

Latest versions of LVM and Trealla Prolog implement a `function_property/2` built-in predicate, which provides similar functionality to the de facto standard `predicate_property/2` built-in predicate, allowing checking or enumerating the properties...

Latest versions of LVM and Trealla Prolog implement a `function_property/2` built-in predicate, which provides similar functionality to the de facto standard `predicate_property/2` built-in predicate, allowing checking or enumerating the properties...

enhancement

Adds Logtalk implementation (links to the Logtalk ULID library).

```text $ gprolog GNU Prolog 1.6.0 (64 bits) Compiled Jul 15 2023, 11:03:32 with /opt/local/bin/gcc-mp-12 Copyright (C) 1999-2023 Daniel Diaz | ?- current_prolog_flag(show_information, V). V = normal yes | ?-...