<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Prolog Blog</title>
    <link>http://prologblog.com/posts.rss</link>
    <description>A blog about Prolog written in Prolog</description>
    <language>en-us</language>




    <item>
      <title>Another free PDF book: Prolog Techniques</title>
      <category/>
      <description>
        
&lt;p&gt;
 &lt;a href="http://bookboon.com/us/student/it/prolog-techniques-applications-of-prolog"&gt;Prolog Techniques&lt;/a&gt; by Attila Csenki is a recently published Prolog ebook from the free ebook site &lt;a href="http://bookboon.com"&gt;bookboon.com&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt; 
 The books on the site are free because they are ad-sponsored. The ads come in the form of half-page full color ads every 3 to 4 pages. Advertisers in the Prolog Techniques book include Oracle, "Careers in British Intelligence" and other UK-based sites aimed mainly at university students. The
 ads are a bit flashy for an otherwise calm and simple-looking book about Prolog, but after getting used to the idea I was able to read through the book easily, and I occasionally stopped to look at the ads, even though I wasn't in the target audience for them. I hope the bookboon.com site
 will be able to survive based on this business model; having newly written material on Prolog is kind of exciting. Exciting on the scale of Prolog related things anyway. However, unless an international audience of programmers picks up on these books and thus shifts their 
 collection of advertisers, it looks like their survival will depend on the uptake by students in the UK.
&lt;/p&gt;
&lt;p&gt;
I'll write more about my experiences with this book as I get through it.
&lt;/p&gt;
     
      </description>
      <pubDate>Sat, 8 Aug 2009 12:41:00 -0400</pubDate>
      <link>http://prologblog.com/post?id=7</link>
      <guid>http://prologblog.com/post?id=7</guid>
    </item>



    <item>
      <title>XSB 3.2 Released</title>
      <category/>
      <description>
        
&lt;p&gt;
&lt;a href="http://xsb.sourceforge.net/"&gt;XSB&lt;/a&gt; version 3.2 was recently released. Many improvements and new features have been added, including:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;speed improvements&lt;/li&gt;
&lt;li&gt;improved ISO Prolog compatibility&lt;/li&gt;
&lt;li&gt;better compatibility with another Prolog implementations&lt;/li&gt;
&lt;li&gt;a working 64-bit version&lt;/li&gt;
&lt;li&gt;improved tabling&lt;/li&gt;
&lt;li&gt;and lots more&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Check out the &lt;a href="http://xsb.sourceforge.net/rel_notes.html"&gt;3.2 Release Notes&lt;/a&gt; and &lt;a href="http://xsb.sourceforge.net/downloads/downloads.html"&gt;download the source&lt;/a&gt; and try it out. Basic compilation goes like this:&lt;/p&gt;
&lt;pre&gt;
wget http://xsb.sourceforge.net/downloads/XSB.tar.gz
tar zxf XSB.tar.gz
cd XSB/build
./configure
./makexsb
&lt;/pre&gt;
&lt;p&gt;XSB can then be run with:&lt;/p&gt;
&lt;pre&gt;
cd ..
./bin/xsb
&lt;/pre&gt;
     
      </description>
      <pubDate>Sat, 4 Apr 2009 01:00:00 -0400</pubDate>
      <link>http://prologblog.com/post?id=6</link>
      <guid>http://prologblog.com/post?id=6</guid>
    </item>



    <item>
      <title>Free online book: Artificial Intelligence through Prolog</title>
      <category/>
      <description>
        
&lt;p&gt;
&lt;a href="http://www.cs.nps.navy.mil/people/faculty/rowe/book/book.html"&gt;Artificial Intelligence through Prolog&lt;/a&gt; by Neil C. Rowe is another book made available online, for free, by the author. Unfortunately it is just HTML pages and not a nice PDF, but you can't argue with free.
&lt;/p&gt;
     
      </description>
      <pubDate>Wed, 25 Mar 2009 11:45:00 -0400</pubDate>
      <link>http://prologblog.com/post?id=5</link>
      <guid>http://prologblog.com/post?id=5</guid>
    </item>



    <item>
      <title>Now with comments</title>
      <category/>
      <description>
        
&lt;p&gt;
The site is now using comments from &lt;a href="http://www.disqus.com/"&gt;Disqus&lt;/a&gt;. It is really easy to set up, plus you get features like keeping track comments you've left, and automatically knowing your name and other details when posting on a Disqus-enabled site.
&lt;/p&gt;
     
      </description>
      <pubDate>Wed, 25 Mar 2009 01:00:00 -0400</pubDate>
      <link>http://prologblog.com/post?id=4</link>
      <guid>http://prologblog.com/post?id=4</guid>
    </item>



    <item>
      <title>Free PDF book: Logic, Programming and Prolog</title>
      <category/>
      <description>
        
&lt;p&gt;
Today I found this &lt;a href="http://www.ida.liu.se/~ulfni/lpp/"&gt;free PDF copy&lt;/a&gt; of the book &lt;i&gt;Logic, Programming and Prolog (2nd edition)&lt;/i&gt;, made available by the authors. The book discusses Prolog with a formal logic perspective and it wastes no time jumping into the logic. It is probably not the best starting point for those interested in Prolog but lacking a formal logic background. I am planning to read this book because although I have a formal logic background, a lot of my Prolog education was not with a formal logic perspective. I'm hoping this book will help connect my education in logic with the knowledge of Prolog to help me write better code.&lt;/p&gt;

&lt;p&gt;For those looking to get a lighter introduction to Prolog, there is always the free online version of the excellent &lt;a href="http://www.learnprolognow.org/"&gt;Learn Prolog Now!&lt;/a&gt;. I first learned Prolog from this website five or six years ago and I highly recommend it.
&lt;/p&gt;      
     
      </description>
      <pubDate>Sun, 22 Mar 2009 16:25:00 -0400</pubDate>
      <link>http://prologblog.com/post?id=3</link>
      <guid>http://prologblog.com/post?id=3</guid>
    </item>



    <item>
      <title>RSS feed now available</title>
      <category/>
      <description>
        
&lt;p&gt;
Prolog Blog now has an &lt;a href="/posts.rss"&gt;RSS feed&lt;/a&gt;. I've updated the &lt;a href="http://github.com/jdallien/prologblog"&gt;code&lt;/a&gt; to include a Prolog templating system extracted from the excellent &lt;a href="http://www.benjaminjohnston.com.au/template.prolog?t=psp"&gt;Prolog Server Pages&lt;/a&gt; by Benjamin Johnston.

Now that I've got the RSS feed working, I'll be starting the general Prolog posts. As for improving the site itself, my next steps will likely be:
&lt;ul&gt;
&lt;li&gt;Individual post pages, with comments&lt;/li&gt;
&lt;li&gt;That CSS I keep meaning to add&lt;/li&gt;
&lt;/ul&gt;

For now, if you'd like to leave a comment, please visit &lt;a href="http://jeff.dallien.net/"&gt;jeff.dallien.net&lt;/a&gt;
&lt;/p&gt;      
     
      </description>
      <pubDate>Fri, 20 Mar 2009 04:25:00 -0400</pubDate>
      <link>http://prologblog.com/post?id=2</link>
      <guid>http://prologblog.com/post?id=2</guid>
    </item>



    <item>
      <title>Prolog Blog launches</title>
      <category/>
      <description>
        &lt;p&gt;Welcome to Prolog Blog, a site dedicated to Prolog news, tutorials and helping to connect the Prolog community. The site itself is written in Prolog and the source is available on GitHub. Visit the
      &lt;a href='http://github.com/jdallien/prologblog'&gt;Prolog Blog GitHub repository&lt;/a&gt;. The site is very simple for now but will be undergoing constant improvement. An RSS feed is coming soon.
      &lt;p&gt;Feedback, links, suggestions for posts or links to your own blog posts you would like to share are welcome. Please email 
      &lt;a href='mailto:contact@prologblog.com'&gt;contact@prologblog.com&lt;/a&gt;.
      &lt;p&gt;For details on the work leading up this point, please see these blog posts from my personal site,
      &lt;a href='http://jeff.dallien.net'&gt;jeff.dallien.net&lt;/a&gt;:
      &lt;ul&gt;
         &lt;li&gt;&lt;a href='http://jeff.dallien.net/posts/analysis-paralysis'&gt;Analysis Paralysis&lt;/a&gt;&lt;/li&gt;
         &lt;li&gt;&lt;a href='http://jeff.dallien.net/posts/installing-plunit-on-ubuntu'&gt;Installing PlUnit on Ubuntu&lt;/a&gt;&lt;/li&gt;
         &lt;li&gt;&lt;a href='http://jeff.dallien.net/posts/apache-reverse-proxy-to-swi-prolog'&gt;Apache reverse proxy to SWI-Prolog&lt;/a&gt;&lt;/li&gt;
         &lt;li&gt;&lt;a href='http://jeff.dallien.net/posts/a-chain-of-my-own-and-making-progress'&gt;A chain of my own and making progress&lt;/a&gt;&lt;/li&gt;
         &lt;li&gt;&lt;a href='http://jeff.dallien.net/posts/the-simplest-thing-that-could-possibly-fail-miserably'&gt;The simplest thing that could possibly fail miserably&lt;/a&gt;&lt;/li&gt;
         &lt;li&gt;&lt;a href='http://jeff.dallien.net/posts/yes-i-use-prolog-and-i-like-it'&gt;Yes, I use Prolog and I like it&lt;/a&gt;&lt;/li&gt;
       &lt;/ul&gt;
       &lt;o&gt;You can also check out the 
       &lt;a href="http://github.com/jdallien/prologblog/tree/master/posts/first_post.pl"&gt;Prolog code that generated this post&lt;/a&gt;. Thanks for visiting.
     
      </description>
      <pubDate>Mon, 16 March 2009 01:47:00 -0400</pubDate>
      <link>http://prologblog.com/post?id=1</link>
      <guid>http://prologblog.com/post?id=1</guid>
    </item>



  </channel>
</rss>
