Prolog Installation & use with Visual Studio Code | Write knowledge base & Query in3 different tools

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • How to download and install prolog and use with Visual Studio Code
    How to write and compile knowledge base, and run queries - complete tutorial.
    Learning to use three different tools for prolog and demonstration of 1 example on each of the three tools, you can choose whichever one you like best.
    Visual Studio Code
    Prolog default editor
    SWISH
    ==================================================
    Links:
    Prolog: www.swi-prolog....
    VS code: code.visualstu...
    SWISH: www.swi-prolog....
    ===================================================

КОМЕНТАРІ • 30

  • @ahmedfayazyousuf8095
    @ahmedfayazyousuf8095 2 роки тому +4

    Thank You by the way, this video means everything for my assignment right now! God Bless You

  • @arslankhan1058
    @arslankhan1058 5 місяців тому

    Thank you so much for such a clear examples and settings.

  • @Chelmastudio
    @Chelmastudio 7 місяців тому +1

    Thanks for help, this helped me a lot !

  • @user679jk7
    @user679jk7 6 місяців тому

    Thank you so much for this fantastic explanation!

  • @DanielADickey
    @DanielADickey 3 роки тому +3

    Thanks this was very helpful!

  • @vanvelo
    @vanvelo Рік тому +1

    Explicação muito boa.Parabens.

  • @abulkalam7729
    @abulkalam7729 2 роки тому +1

    Great Video

  • @PoojaDiwate-z5u
    @PoojaDiwate-z5u 9 місяців тому

    This video is very helpful

  • @jaydeeppaul4239
    @jaydeeppaul4239 2 роки тому +3

    Why compile in prolog CLI when you have prolog extension in VS-Code. If VS-Code would just be an editor then why do we need the extension? I can just use notepad.

  • @walterponge-ferreira5633
    @walterponge-ferreira5633 3 роки тому +2

    Thanks for your help. Very short and precise.

  • @petrosyiannikouros6108
    @petrosyiannikouros6108 3 роки тому

    Thank you. This helped immensely

  • @jasonpm213
    @jasonpm213 2 роки тому

    Great an useful video thanks!

  • @rhad100
    @rhad100 3 роки тому

    Excellent intro

  • @王冠信-o1c
    @王冠信-o1c 3 роки тому

    Thank you for sharing!

    • @reasonerenlightened2456
      @reasonerenlightened2456 3 роки тому

      Why the programming languages are still not self-aware in the 21-st century !
      That should really trouble you all.
      The problem with Prolog is that the meaning is assigned by the human .
      d( [], X, X).
      d( [X | Y], Z, [X | W]) :- d( Y, Z, W).
      for Prolog is different than
      end( [], X, X).
      end( [X | Y], Z, [X | W]) :- end( Y, Z, W).
      but both are just the same as
      append( [], X, X).
      append( [X | Y], Z, [X | W]) :- append( Y, Z, W).
      Basically, the meaning remains in the head of the human and Prolog is completely void of capturing the meaning of the predicates, functors, atoms, etc.
      The same applies to any other programming language I am aware of. THEY ALL FAIL TO CAPTURE MEANING, AWARENESS, CONTEXT, etc. !
      Prolog was supposed to be the language of AI but it is still not self-aware.

    • @王冠信-o1c
      @王冠信-o1c 3 роки тому

      @@reasonerenlightened2456 yeah, maybe you're right. However, Google develops a new language called Logica, which is used as query. The language is obviously using Prolog.

  • @MikeSakrry-ob4ne
    @MikeSakrry-ob4ne 2 роки тому

    Thank u so much!!!!

  • @itzmallymall
    @itzmallymall 3 роки тому +2

    Cannot lint the prolog file. The Prolog executable was not found. Use the 'prolog.executablePath' setting to configure
    This is the error message I get trying to code in VSCode, can you help?

    • @dumbnumbz73
      @dumbnumbz73 3 роки тому +3

      Replying for anyone who has this issue in the future. Check your "prolog.executablePath: '[file location]' " in "settings.json" carefully. A misplaced space [" " or "/" or "." or "," etc] will throw off the path entirely and lead to that error.

  • @deven2849
    @deven2849 Рік тому

    thanks

  • @-Pat
    @-Pat 2 роки тому +2

    Si vienes por la UADY, picale al like.

  • @ahmedfayazyousuf8095
    @ahmedfayazyousuf8095 2 роки тому

    Thanks, what university you in UAE? I'm at Heriot Watt.

  • @vadimpolishchuk3872
    @vadimpolishchuk3872 7 місяців тому

    who the fuck uses prolog

    • @maniac3449
      @maniac3449 4 місяці тому

      So I am pursuing a BS degree in Artificial Intelligence and you have to use them in Knowledge Representation and Reasoning

    • @Alain_Co
      @Alain_Co Місяць тому

      me, to play better Grand Mastermind than my daughter of 14

    • @Alain_Co
      @Alain_Co Місяць тому

      By the way I discovered Prolog with Constrainst Logic Programming in CHiP with a colleague who was programming advising systems for contrainted investiment in public sector. I suspect people like Blackrock and similar DEI/ESG regulated investors maye love that.
      CLP is really great with prolog.

    • @vadimpolishchuk3872
      @vadimpolishchuk3872 Місяць тому

      @@Alain_Co oh okay then

    • @Alain_Co
      @Alain_Co Місяць тому

      Other application I've heard of is planing the work of train pilots. they have very constrainted works hours, and if you make them sleep far from their base station, it is costly.
      I imagine it's even worse for plane staff.
      Planing room occupation in flexoffice may be challenging too.
      All is greatly benefiting from CLP programming.