• Re: France is the Fire Nation of Prolog

    From Mild Shock@bursejan@gmail.com to comp.lang.prolog on Tue Oct 10 15:54:41 2023
    From Newsgroup: comp.lang.prolog

    Is Canada also France? Seems I am not the only one who got
    into struggle with Logtalk sooner or later. LoL

    How its started:
    Ticket raised by me Aug 9, 2021 (when I was "ghost")
    Feature request flag dialect, maybe version and version_data https://github.com/mthom/scryer-prolog/issues/1017

    How its going:
    Commit by pmoura last week
    Delete Scryer Prolog support due to this system refusal to
    support the de facto standard `version_data` flag https://github.com/LogtalkDotOrg/logtalk3/commit/d93883c5a8b014af09bd0e11439eaff30e1c1a5c

    What happened?

    LoL

    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Mild Shock@bursejan@gmail.com to comp.lang.prolog on Tue Oct 10 16:08:54 2023
    From Newsgroup: comp.lang.prolog

    version_data turned out quite useful. I am currently using
    it across Dogelog Player to also return the release date:

    ?- current_prolog_flag(version_data, X).
    X = dogelog(1, 1, 3, [date(1696761013577)]).

    The date is currenty a long integer time stamp. I am not
    using date/3 or datetime/6 compounds for time.

    Mild Shock schrieb am Mittwoch, 11. Oktober 2023 um 00:54:43 UTC+2:
    Is Canada also France? Seems I am not the only one who got
    into struggle with Logtalk sooner or later. LoL

    How its started:
    Ticket raised by me Aug 9, 2021 (when I was "ghost")
    Feature request flag dialect, maybe version and version_data https://github.com/mthom/scryer-prolog/issues/1017

    How its going:
    Commit by pmoura last week
    Delete Scryer Prolog support due to this system refusal to
    support the de facto standard `version_data` flag https://github.com/LogtalkDotOrg/logtalk3/commit/d93883c5a8b014af09bd0e11439eaff30e1c1a5c

    What happened?

    LoL
    --- Synchronet 3.20a-Linux NewsLink 1.114