I''m a student of computer science in germany currently doing my 1st semester (very hard i think these MOSFET and BJT things suck). And i wanted to know who of you has to bother with Prolog or SWI Prolog in his or her Logic course. (i hoped i got the right translation for what i want to know)
You don''''t know the Power of the dark side
You don''t know the Power of the dark side
December 03, 2001 07:25 PM
Yeah, I''ll be using prolog on my course this year. I kinda got the feeling it was an unnofficial standard or something.
Nothing''s wrong with Prolog. Of course, I''m a college dropout, but that doesn''t mean I don''t a thing or million more than you. Embrace Prolog, have fun, and learn about resolution refutation, predicate calculus, SLD resolution, WAM (the Warren Abstract Machine), and why Prolog is not a ''complete'' logic system.
_______________________________
"To understand the horse you'll find that you're going to be working on yourself. The horse will give you the answers and he will question you to see if you are sure or not."
- Ray Hunt, in Think Harmony With Horses
ALU - SHRDLU - WORDNET - CYC - SWALE - AM - CD - J.M. - K.S. | CAA - BCHA - AQHA - APHA - R.H. - T.D. | 395 - SPS - GORDIE - SCMA - R.M. - G.R. - V.C. - C.F.
"To understand the horse you'll find that you're going to be working on yourself. The horse will give you the answers and he will question you to see if you are sure or not."
- Ray Hunt, in Think Harmony With Horses
ALU - SHRDLU - WORDNET - CYC - SWALE - AM - CD - J.M. - K.S. | CAA - BCHA - AQHA - APHA - R.H. - T.D. | 395 - SPS - GORDIE - SCMA - R.M. - G.R. - V.C. - C.F.
oh man it''s easy to say learn and love prolog but i think it''s completely different to "normal" programming languages like C, Pascal etc...
But if you practise and bother it, it makes kinda fun
You don''''t know the Power of the dark side
But if you practise and bother it, it makes kinda fun
You don''''t know the Power of the dark side
You don''t know the Power of the dark side
quote:
Original post by Student
oh man it''s easy to say learn and love prolog but i think it''s completely different to "normal" programming languages like C, Pascal etc...
Of course it''s different. Like I said, it will teach you a different paradigm along with some fundamental AI concepts such as resolution refutation. Nobody ever said it was a substitute for programming an app that you would normally program in C.
It''s not the syntax of Prolog that is important. It''s the underlying foundation of its engine and the notion of declaritve programming that will open your eyes.
_______________________________
"To understand the horse you'll find that you're going to be working on yourself. The horse will give you the answers and he will question you to see if you are sure or not."
- Ray Hunt, in Think Harmony With Horses
ALU - SHRDLU - WORDNET - CYC - SWALE - AM - CD - J.M. - K.S. | CAA - BCHA - AQHA - APHA - R.H. - T.D. | 395 - SPS - GORDIE - SCMA - R.M. - G.R. - V.C. - C.F.
"To understand the horse you'll find that you're going to be working on yourself. The horse will give you the answers and he will question you to see if you are sure or not."
- Ray Hunt, in Think Harmony With Horses
ALU - SHRDLU - WORDNET - CYC - SWALE - AM - CD - J.M. - K.S. | CAA - BCHA - AQHA - APHA - R.H. - T.D. | 395 - SPS - GORDIE - SCMA - R.M. - G.R. - V.C. - C.F.
i too am a comp sci student, and have realized that prolog and scheme are standard languages to learn, well not standard in the true sense, but, i get the feeling you know what i am talking about. however, in game programming, kan someone give me a useful adaptation of why/how it is useful. if so, then i think learning it will be alot easier, as things that are more interesting seem easier to learn. my prof, although intelligent - she helped me with my script language, is not making it fun. any ideas guys ?
thanks much
Code makes the man
thanks much
Code makes the man
Code makes the man
Yeah, I used prolog a lot while at Univeristy. It was battered into my skull!
There are some things in prolog that are nice: High-level approach, simple syntax...
Some things are fun, but difficult: Symbolic representation, hacks for handling numbers, getting used to the concept...
And the rest is just plain wrong: depth first search, red cuts, and pure first order predicates.
Haskel has a lot of the advantages of prolog, more in some cases, and less in others. I''d like to see a compromise of the two personally.
Artificial Intelligence Depot - Maybe it''s not all about graphics...
There are some things in prolog that are nice: High-level approach, simple syntax...
Some things are fun, but difficult: Symbolic representation, hacks for handling numbers, getting used to the concept...
And the rest is just plain wrong: depth first search, red cuts, and pure first order predicates.
Haskel has a lot of the advantages of prolog, more in some cases, and less in others. I''d like to see a compromise of the two personally.
Artificial Intelligence Depot - Maybe it''s not all about graphics...
Join us in Vienna for the nucl.ai Conference 2015, on July 20-22... Don't miss it!
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement