I love when a talk i just watch out of curiosity, about a language i will probably never seriously use, makes me realize that a completely unrelated language I'm trying to learn (F#) has a feature which I wanted/needed, but couldn't get to work so I assumed it doesn't have it. pattern-matching a sequence of elements in a list. it seemed weird it wouldn't have it. turns out i was just writing it wrong. thanks, prolog, for teaching me F#! =D
@denisg12082 жыл бұрын
I used to write in F#. Just out of curiosity, did you implement logic programming in F#/ how did you do it?
@Chorizzosoup6 жыл бұрын
I hated learning Prolog, Scheme, etc. in Uni because I was such a c++ fanboy. I now have a lot more appreciation for functional and other paradigms.
@derekfrost89915 жыл бұрын
Prolog & scheme are really nice for processing data.. :)
@VADroidTS5554 жыл бұрын
Great talk!
@derekfrost89914 жыл бұрын
Great talk. I only have a couple of years' experience in prolog but I would think the adjacent rule should be defined positive but then applied in the negative, \+(adjacent(person1, person2)).
@hendem99911 жыл бұрын
Oh I remember some fun homework and lab assignments when I was in college with prolog. Haven't used it since.
@sachinxavier307711 жыл бұрын
Superb.. This is the best way to give an introduction to new topic.
@ernestboston77076 жыл бұрын
Thanks, I enjoyed! I got SWI-Prolog installed on my Raspberry Pi 3, and got the 5 Floor Apartment problem to work on it, as well as another db of my family members.
@jonatasdp11 жыл бұрын
I love these examples. Thank you!
@ceyhunciper768212 жыл бұрын
Brilliant.
@chris_sndw11 жыл бұрын
Thanks for uploading! I made my own 4-bit Carry-Ripple-Adder jet before I finished watching the video.
@Htbaa11 жыл бұрын
This was very interesting. Very cool to see how easy something as logic ports can be done in Prolog. I've already got the book Seven Languages in Seven Weeks, but hadn't reached the Prolog chapter yet. I think I should take a look into that :-).
@Benjuthulo12 жыл бұрын
Very good, thank you for posting.
@neoproject199111 жыл бұрын
these pipl were right! :) really good pres.
@yvindEide10111 жыл бұрын
Great video!
@witchunter12 жыл бұрын
amazing thank you
@AnuragJ10012 жыл бұрын
Good
@mohance10 жыл бұрын
Watching 2nd time, loved it. Thanks.
@logosfabula11 жыл бұрын
Lovely, thanks for it.
@angel_machariel12 жыл бұрын
Nice demo.Too bad about the recursion though. Would have loved to see the solution without iterative methods. But otherwise very nice introduction to Prolog.