This was written as a reimplementation of an AI exercise written in Lisp to see the difference in performance just by changing the language and also as a way to learn about Go.
Currently lacks goroutines but it might be added in the future.
N-Queens problem solution using Hill-Climbing algorithm rewritten from Common Lisp to Go (https://github.com/joaobap/clisp-hill-climbing)
Go