09-28-04 Today the first Prolog lab was sucessfully compleated. From the lab experience I learned that Prolog essentially is just a true/fulse language the looks for paterns within the code when it is given a comand by the user. I think Prolog could be a fun language to learn and has potential for creating some fun and useful programs. Through the lab I only encountered one real difficulty. I was forgetting to put a period after the commands when doing the demos but once I learned what I was doing wrong the rest of the lab was quite easy. From these difficulties however I learned how important it is to take care to write the code correctly when using Prolog.