|
|
|
|
|
by pmelendez
4678 days ago
|
|
>"Mathematical programming - linear programming, finite domain constraint programming" Huh? I am not sure if you are trolling or if you copied and pasted that without further investigation, but comparing operation research algorithms (such as linear and finite domain constraint programming) with a programming language is at the very least... disingenuous. > "Lisp is a dangerous language" That's a very strong and weird statement, would you mind to explain? because to me is completely the opposite. |
|
Operations research type algorithms can be thought of as forward chaining compared to prolog's backward chaining. Prolog implementations usually integrate them in because they are more efficient in many cases.
Lisp's dangerousness was why ML was invented by Robin Milner.