NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
The question is though... (Score:1)
As we discovered when I tried to use AI::Prolog in a "real application" last year, it's one thing to be able to do the work, it's another thing entirely to be able to do it fast enough to be actually useful.
Ruby is already famous for being slow because of all the layered abstraction, is their implementation of that logic stuff fast enough to implement, for example, a 100 guest "dinner party problem" solution in a reasonable time?
Reply to This
Re: (Score:2)
My reply became long enough that I have a dedicated post about benchmarking the Ruby and Perl implementations [perl.org]. Short answer, it's a hell of a lot faster, but depending on your constraints, you still would have problems doing the "100 guest" dinner party.
What is the dinner party problem? (Score:1)
So I have to ask. What is the problem?
Re: (Score:2)
I don't know if there is an exact problem, per se, but I assume it's like any other scheduling problem. You have lots of guests and ...
And you have to find seating and dinner arrangements which are suitable for everyone. It is, as you know, a potentially very difficult problem.
Re: (Score:1)
Gosh, what examples. :-)