ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

70,755 results

Derek Banas
Prolog Tutorial

I wrote a Techno-Thriller called Whispers if you're interested: https://amzn.to/4cfdtNW I'd greatly appreciate a review for it if you ...

1:03:37
Prolog Tutorial

974,118 views

10 years ago

The Power of Prolog
A Tour of Prolog

Let's take a look at Prolog's greatest attractions and most unique features! In addition to being an excellent database and query ...

56:03
A Tour of Prolog

29,775 views

3 years ago

Exercism
A Brief Introduction to Prolog

Erik gives us through a brief introduction to Prolog, solving the Queen Attack exercise on Exercism, and exploring why it's an ...

37:42
A Brief Introduction to Prolog

28,743 views

2 years ago

Strange Loop Conference
"Production Prolog" by Michael Hendricks

Prolog isn't just for solving cute logic puzzles. It's a powerful, productive, modern language. We've been using Prolog in ...

39:58
"Production Prolog" by Michael Hendricks

55,425 views

11 years ago

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

Prolog was invented by A. Colmerauer for processing natural languages, and formalized by R. Kowalksi as SLD resolution on ...

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

4,659 views

1 year ago

The Flourishing
Learn To Code // Code To Learn - The Prolog Programming Language - What I Have Learned So Far

In this third episode of the Learn To Code // Code To Learn series I talk about learning the Prolog programming language and ...

1:46:51
Learn To Code // Code To Learn - The Prolog Programming Language - What I Have Learned So Far

225 views

1 year ago

The Power of Prolog
Definite Clause Grammars (DCGs)

Prolog has a built-in grammar mechanism, Definite Clause Grammars (DCGs). A DCG describes a sequence, and allows us to ...

1:17:34
Definite Clause Grammars (DCGs)

10,664 views

3 years ago

Schraf : Maths-info
Découvrons et programmons : PROLOG

Tous les scripts : https://blog.univ-angers.fr/mathsinfo/2024/05/27/prolog/ Liens utilisés dans la vidéo : Les générations de ...

45:04
Découvrons et programmons : PROLOG

1,532 views

1 year ago

The Power of Prolog
N-Queens in Prolog

Prolog lets us easily find solutions for this famous puzzle, also for quite large boards. Notably, we can use the same program to ...

40:27
N-Queens in Prolog

22,608 views

6 years ago

The Power of Prolog
Memory usage of Prolog programs

The global stack and the local stack are the most important memory areas in Prolog systems that are based on the WAM and ...

41:26
Memory usage of Prolog programs

3,528 views

4 years ago

The Power of Prolog
Argument Indexing in Prolog

Prolog systems apply argument indexing to quickly narrow down applicable clauses. The techniques vary between Prolog ...

48:21
Argument Indexing in Prolog

3,609 views

6 years ago

The Power of Prolog
Prolog Meta-interpreters

Interpretation is pervasive in computer science both from a theoretical and a practical perspective. Prolog is exceptionally well ...

1:08:12
Prolog Meta-interpreters

7,702 views

4 years ago

RU Computer Science
Programming Languages: The Logic Paradigm and Prolog - 1

First lecture on the Prolog programming language.

20:58
Programming Languages: The Logic Paradigm and Prolog - 1

7,027 views

11 years ago

The Power of Prolog
Prolog Antipatterns: How not to do it

The power of Prolog is rooted in logical properties we guarantee. If we violate these properties, then we can no longer reason ...

53:07
Prolog Antipatterns: How not to do it

4,670 views

4 years ago

Arup Baruah
Prolog Programming - Introduction

Prolog programming, Facts.

22:19
Prolog Programming - Introduction

514 views

5 years ago

The Power of Prolog
Sudoku in Prolog

We use CLP(FD) constraints to obtain a versatile and efficient Prolog program that can test, complete and generate Sudoku Latin ...

31:41
Sudoku in Prolog

33,913 views

6 years ago

The Power of Prolog
The Prolog Toplevel

The toplevel is how we interact with a Prolog system. We post queries, and Prolog responds with answers. Various features can ...

36:46
The Prolog Toplevel

3,738 views

3 years ago

Russ Cox
AoC 2021 Day 16 using Prolog [Packet decoder]

Solving the Advent of Code 2021 Day 16 puzzle, using Prolog. https://adventofcode.com/2021/day/16 https://www.swi-prolog.org/

22:14
AoC 2021 Day 16 using Prolog [Packet decoder]

1,770 views

3 years ago

Confreaks
LambdaConf 2015 - Introduction to Constraint Logic Programming   Sergii Dymchenko

Constraint logic programming is a paradigm that allows solving hard combinatorial problems with minimal programming effort.

1:24:06
LambdaConf 2015 - Introduction to Constraint Logic Programming Sergii Dymchenko

10,471 views

9 years ago

The Power of Prolog
Datalog

Datalog is the functor-free subset of pure Prolog. Yes, of Prolog. Datalog resides in the intersection of several interesting topics ...

1:25:06
Datalog

7,964 views

2 years ago