|
|
|
|
|
by geofft
3362 days ago
|
|
I don't think it's actually Lisp. Lisp is essentially an imperative language; you use functional concepts, but you're telling the computer what concrete thing to do at each step. This is just asking it to resolve types in a type system, using whatever algorithm it likes to satisfy the type constraints. Note, in particular, the complete lack of algorithm to solve the actual n-queens problem: just the constraints. |
|