Algorithmic Problem Solved in Logical Way
Posted in programming, software engineering on May 26th, 2007
There is an example of Fibonacci in the Drools distribution. After reading it, I wrote a small example for calculating factorial in Drools just for fun. Problems like Fibonacci and factorial are typical algorithmic problems, the recursive code in any procedural language can be extremely simple. The declarative programming model is not exactly suitable for [...]


