"hello world"
article in Tech programming

Prolog - PROgramming in LOGic

I've been playing around with Prolog lately.  I'm very impressed with its ability to solve problems without the need for the programmer to explictly enumerate the steps to get there.

Here are some good links:
prolog :- tutorial
Prolog Problems - PrologSite

Knapsack problem in Prolog | New To Code
Created: 2005-04-26 22:23:56 Modified: 2014-12-24 07:15:50
/root sections/
>peach custard pie
>linux
>windows
>programming
>random tech
>science
>research


moon and stars



My brain

Visible Dave Project


0, 1, 1, 2, 3, 5, 8, 13, 21, 34,...
xn = xn-1 + xn-2