50 years of Prolog: Becoming More Declarative - David S. Warren

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

Комментарии •

  • @musicalintuition
    @musicalintuition 2 месяца назад +1

    great presentation and presenter

  • @musicalintuition
    @musicalintuition 2 месяца назад +2

    Newbie question: isn't it deterministic though in the sense that if you execute the same prolog program multiple times, it will always return you the same answers in the same order?

  • @leswine1582
    @leswine1582 9 месяцев назад +1

    based

  • @TimoNoko
    @TimoNoko 10 месяцев назад +1

    I see. So much nothing has happened in 50 years. When Turbo Prolog came out in 1983, first question was why are not all numbers and their relations already builtin. You can make list of integers, and operate within that domain, but infinity would solve all the world's problems. One day soon a quantum computer will go to infinity and come back with an answer in finite time.

    • @remyclarke4020
      @remyclarke4020 10 месяцев назад +3

      You might want to check out Constraint logic programming over the integers (CLPZ) or over finite domains (CLPFD). They sovle many of the issues you mention.