• Not only $TSLA is on fire sale! [The Decline of Prolog] (Re: How To Uni

    From Mild Shock@21:1/5 to Physfitfreak on Fri Mar 14 13:42:51 2025
    Hi,

    Not only $TSLA is on fire sale! Also
    Prolog system have capitualted long ago.
    Scryer Prolog and Trealla Prolog copy

    some old CLP(X) nonsense based on attributed
    variables. SWI-Prolog isn't better off.
    Basically the USA and their ICLP venue

    is dumbing down all of Prolog development,
    so that nonsense such as this is published:

    Automatic Differentiation in Prolog
    Schrijvers Tom et. al - 2023
    https://arxiv.org/pdf/2305.07878

    It has the most stupid conclusion.

    "In future work we plan to explore Prolog’s meta-
    programming facilities (e.g., term expansion) to
    implement partial evaluation of revad/5 calls on
    known expressions. We also wish to develop further
    applications on top of our AD approach, such as
    Prolog-based neural networks and integration with
    existing probabilistic logic programming languages."

    As if term expansion would do anything good
    concerning the evaluation or training of neural
    networks. They are totally clueless!

    Bye

    P.S.: The stupidity is even topped, that people
    have unlearned how to do symbolic algebra
    in Prolog itself. They are not able to code it:

    ?- simplify(x+x+y-y,E).
    E = number(2)*x+y-y

    Simplification is hard (IMO).

    Instead they are now calling Python:

    sym(A * B, S) :-
    !, sym(A, A1),
    sym(B, B1),
    py_call(operator:mul(A1, B1), S).

    mys(S, A * B) :-
    py_call(sympy:'Mul', Mul),
    py_call(isinstance(S, Mul), @(true)),
    !, py_call(S:args, A0-B0),
    mys(A0, A),
    mys(B0, B).

    Etc..

    sympy(A, R) :-
    sym(A, S),
    mys(S, R).

    ?- sympy(x + y + 1 + x + y + -1, S).
    S = 2*x+2*y ;

    This is the final nail in the coffin, the declaration
    of the complete decline of Prolog. Full proof that
    SWI-Prolog Janus is indicative that we have reached

    the valley of idiocracy in Prolog. And that there
    are no more capable Prologers around.

    Physfitfreak schrieb:
    On 2/1/25 11:04 AM, Physfitfreak wrote:
    On 2/1/25 10:31 AM, Mild Shock wrote:
    i,

    Just follow the steps here:

    How To Uninstall your Dooms Day Brain
    https://www.youtube.com/watch?v=bKgf5PaBzyg


    Bitcoin has gone tenth of the way he had predicted. I will reach there
    as Dollar dives after BRICS introduces its own currency.




    What happens to Swiss banks when USA sanctions Dollar and Euro
    transactions with Europe. What if BRICS won't accept you in?



    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)